1#ifndef ROSE_BinaryAnalysis_Unparser_Powerpc_H
2#define ROSE_BinaryAnalysis_Unparser_Powerpc_H
3#include <featureTests.h>
4#ifdef ROSE_ENABLE_BINARY_ANALYSIS
5#include <Rose/BinaryAnalysis/Unparser/Base.h>
8namespace BinaryAnalysis {
27 Ptr copy()
const override;
Abstract base class for unparsers.
Unparser for PowerPC instruction sets.
PowerpcSettings & settings() override
Property: Settings associated with this unparser.
const PowerpcSettings & settings() const override
Property: Settings associated with this unparser.
std::shared_ptr< const Base > BaseConstPtr
Reference counted pointer for Architecture::Base.
Settings specific to the PowerPC unparser.
Settings that control unparsing.