HPCToolkit
eh-frames.h
Go to the documentation of this file.
1
//
2
// This file defines the interface between main.cpp and eh-frames.cpp
3
// for computing eh frame addresses. eh-frames.cpp is a separate file
4
// in order to isolate its use of libdwarf.
5
//
6
7
#ifndef fnbounds_eh_frames_hpp
8
#define fnbounds_eh_frames_hpp
9
10
void
dwarf_eh_frame_info
(
int
);
11
void
add_frame_addr
(
void
*);
12
13
#endif
dwarf_eh_frame_info
void dwarf_eh_frame_info(int)
Definition:
eh-frames.cpp:292
add_frame_addr
void add_frame_addr(void *)
Definition:
main.cpp:228
src
tool
hpcfnbounds
eh-frames.h
Generated by
1.8.13