ROSE  0.11.133.0
dwarfSupport.h
1 #include <featureTests.h>
2 #ifdef ROSE_ENABLE_BINARY_ANALYSIS
3 
4 #ifdef ROSE_HAVE_DWARF_H
5 #include <dwarf.h>
6 #include <libdwarf.h>
7 #endif
8 
9 // Main function to read dwarf.
10 // void build_dwarf_IR_nodes(Dwarf_Debug dbg, SgAsmInterpretation* asmInterpretation);
11 
12 void readDwarf ( SgAsmGenericFile* asmFile );
13 
14 #endif
Base class for binary files.