ROSE  0.9.6a
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
dwarfSupport.h
Go to the documentation of this file.
1 #include "rosePublicConfig.h"
2 
3 #ifdef ROSE_HAVE_DWARF_H
4 #include <dwarf.h>
5 #include <libdwarf.h>
6 #endif
7 
8 // Main function to read dwarf.
9 // void build_dwarf_IR_nodes(Dwarf_Debug dbg, SgAsmInterpretation* asmInterpretation);
10 
11 void readDwarf ( SgAsmGenericFile* asmFile );
12 
13