1#ifndef ROSE_BinaryAnalysis_Unparser_Cil_H
2#define ROSE_BinaryAnalysis_Unparser_Cil_H
3#include <featureTests.h>
4#ifdef ROSE_ENABLE_BINARY_ANALYSIS
5#include <Rose/BinaryAnalysis/Unparser/Base.h>
7#include <Rose/BinaryAnalysis/BasicTypes.h>
10namespace BinaryAnalysis {
31 Ptr copy()
const override;
Abstract base class for unparsers.
const CilSettings & settings() const override
Property: Settings associated with this unparser.
void emitOperandBody(std::ostream &, SgAsmExpression *, State &) const override
Mid-level unparser function.
void emitInstruction(std::ostream &, SgAsmInstruction *, State &) const override
Mid-level unparser function.
CilSettings & settings() override
Property: Settings associated with this unparser.
Base class for expressions.
Base class for machine instructions.
std::shared_ptr< const Base > BaseConstPtr
Reference counted pointer for Architecture::Base.
std::map< uint64_t, std::string > LabelMap
Map from address to label.
Settings specific to the Cil unaprser.
Settings that control unparsing.