ROSE 0.11.145.147
IntelI486.h
1#ifndef ROSE_BinaryAnalysis_Architecture_IntelI486_H
2#define ROSE_BinaryAnalysis_Architecture_IntelI486_H
3#include <featureTests.h>
4#ifdef ROSE_ENABLE_BINARY_ANALYSIS
5#include <Rose/BinaryAnalysis/Architecture/X86.h>
6
7namespace Rose {
8namespace BinaryAnalysis {
9namespace Architecture {
10
29class IntelI486: public X86 {
30public:
31 using Ptr = IntelI486Ptr;
32
33protected:
34 IntelI486(); // use `instance` instead
35public:
36 ~IntelI486();
37
38public:
40 static Ptr instance();
41
42public:
44 bool matchesHeader(SgAsmGenericHeader*) const override;
45};
46
47} // namespace
48} // namespace
49} // namespace
50
51#endif
52#endif
Architecture-specific information for Intel i486.
Definition IntelI486.h:29
RegisterDictionary::Ptr registerDictionary() const override
Property: Register dictionary.
static Ptr instance()
Allocating constructor.
bool matchesHeader(SgAsmGenericHeader *) const override
Tests whether this architecture matches a file header.
Common base class for all x86 architectures.
Base class for container file headers.
std::shared_ptr< IntelI486 > IntelI486Ptr
Reference counted pointer for IntelI486.
The ROSE library.
const char * Architecture(int64_t)
Convert Rose::BinaryAnalysis::Disassembler::Mips::Decoder::Architecture enum constant to a string.