ROSE  0.11.98.0
Util.h
1 #ifndef ROSE_BinaryAnalysis_InstructionSemantics_Util_H
2 #define ROSE_BinaryAnalysis_InstructionSemantics_Util_H
3 #include <featureTests.h>
4 #ifdef ROSE_ENABLE_BINARY_ANALYSIS
5 
6 namespace Rose {
7 namespace BinaryAnalysis {
8 namespace InstructionSemantics {
9 
12 
14 void initDiagnostics();
15 
16 } // namespace
17 } // namespace
18 } // namespace
19 
20 #endif
21 #endif
Collection of streams.
Definition: Message.h:1606
Main namespace for the ROSE library.
void initDiagnostics()
Initialize diagnostics for instruction semantics.
Sawyer::Message::Facility mlog
Diagnostics logging facility for instruction semantics.
Binary analysis.