ROSE  0.11.124.0
InstructionSemantics/Utility.h
1 #ifndef ROSE_BinaryAnalysis_InstructionSemantics_Utility_H
2 #define ROSE_BinaryAnalysis_InstructionSemantics_Utility_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 namespace InstructionSemantics {
11 
14 
16 void initDiagnostics();
17 
18 } // namespace
19 } // namespace
20 } // namespace
21 
22 #endif
23 #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.