ROSE 0.11.145.147
|
Functor to emit the bytes of the data block.
Definition at line 553 of file AsmUnparser.h.
#include <backend/asmUnparser/AsmUnparser.h>
Public Member Functions | |
virtual bool | operator() (bool enabled, const StaticDataArgs &args) |
Default callbacks. | |
Public Member Functions inherited from Rose::BinaryAnalysis::AsmUnparser::UnparserCallback | |
virtual bool | operator() (bool, const InsnArgs &) |
Default callbacks. | |
virtual bool | operator() (bool, const BasicBlockArgs &) |
Default callbacks. | |
virtual bool | operator() (bool, const DataBlockArgs &) |
Default callbacks. | |
virtual bool | operator() (bool, const FunctionArgs &) |
Default callbacks. | |
virtual bool | operator() (bool, const InterpretationArgs &) |
Default callbacks. | |
Public Attributes | |
bool | show_address |
bool | show_offset |
Rose::BinaryAnalysis::HexdumpFormat | fmt |
|
inline |
Definition at line 559 of file AsmUnparser.h.
|
virtual |
Default callbacks.
The default is to abort, because if these are called it means one of three things:
Reimplemented from Rose::BinaryAnalysis::AsmUnparser::UnparserCallback.
bool Rose::BinaryAnalysis::AsmUnparser::StaticDataRawBytes::show_address |
Definition at line 555 of file AsmUnparser.h.
bool Rose::BinaryAnalysis::AsmUnparser::StaticDataRawBytes::show_offset |
Definition at line 556 of file AsmUnparser.h.
Rose::BinaryAnalysis::HexdumpFormat Rose::BinaryAnalysis::AsmUnparser::StaticDataRawBytes::fmt |
Definition at line 558 of file AsmUnparser.h.