ROSE  0.11.145.0
BinaryAnalysis/Dwarf/BasicTypes.h
1 #ifndef ROSE_BinaryAnalysis_Dwarf_BasicTypes_H
2 #define ROSE_BinaryAnalysis_Dwarf_BasicTypes_H
3 #include <featureTests.h>
4 #ifdef ROSE_ENABLE_BINARY_ANALYSIS
5 
6 #include <Sawyer/Message.h>
7 
8 namespace Rose {
9 namespace BinaryAnalysis {
10 
16 namespace Dwarf {
17 
20 
22 void parse(SgAsmGenericFile*);
23 
24 } // namespace
25 } // namespace
26 } // namespace
27 
28 #endif
29 #endif
Collection of streams.
Definition: Message.h:1606
Main namespace for the ROSE library.
void parse(SgAsmGenericFile *)
Main function to parse DWARF information.
Sawyer::Message::Facility mlog
Diagnostic facility for DWARF parsing.
Base class for binary files.