ROSE  0.11.31.0
BaseSemantics2.h
1 #ifndef ROSE_BinaryAnalysis_InstructionSemantics2_BaseSemantics_H
2 #define ROSE_BinaryAnalysis_InstructionSemantics2_BaseSemantics_H
3 #include <featureTests.h>
4 #ifdef ROSE_ENABLE_BINARY_ANALYSIS
5 
6 // This legacy header file includes all the other stuff we typically need
7 #include <InstructionSemantics2.h>
8 #include <BaseSemanticsTypes.h>
9 #include <BaseSemanticsException.h>
10 #include <BaseSemanticsFormatter.h>
11 #include <BaseSemanticsMerger.h>
12 #include <BaseSemanticsSValue.h>
13 #include <BaseSemanticsRegisterState.h>
14 #include <BaseSemanticsMemoryState.h>
15 #include <BaseSemanticsState.h>
16 #include <BaseSemanticsRiscOperators.h>
17 #include <BaseSemanticsDispatcher.h>
18 
19 #endif
20 #endif