ROSE 0.11.145.147
BinaryAnalysis/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#include <RoseFirst.h>
6
7#include <Sawyer/Message.h>
8
9namespace Rose {
10namespace BinaryAnalysis {
11namespace InstructionSemantics {
12
15
18
19} // namespace
20} // namespace
21} // namespace
22
23#endif
24#endif
Collection of streams.
Definition Message.h:1606
void initDiagnostics()
Initialize diagnostics for instruction semantics.
Sawyer::Message::Facility mlog
Diagnostics logging facility for instruction semantics.
The ROSE library.