ROSE
0.11.130.0
|
Functor to emit data block separation in output organized by address.
This does nothing if the output is organized by AST since the data block callbacks handle it in that case.
Definition at line 544 of file AsmUnparser.h.
#include <backend/asmUnparser/AsmUnparser.h>
Public Member Functions | |
virtual bool | operator() (bool enabled, const StaticDataArgs &args) |
Default callbacks. More... | |
![]() | |
virtual bool | operator() (bool, const InsnArgs &) |
Default callbacks. More... | |
virtual bool | operator() (bool, const BasicBlockArgs &) |
Default callbacks. More... | |
virtual bool | operator() (bool, const DataBlockArgs &) |
Default callbacks. More... | |
virtual bool | operator() (bool, const FunctionArgs &) |
Default callbacks. More... | |
virtual bool | operator() (bool, const InterpretationArgs &) |
Default callbacks. More... | |
Public Attributes | |
SgAsmBlock * | prev_block |
|
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.