ROSE 0.11.145.147
|
Functor to print callee addresses.
Prints a list of functions called by this function. Callees are only shown if a control flow graph is present (see add_control_flow_graph()).
Definition at line 705 of file AsmUnparser.h.
#include <backend/asmUnparser/AsmUnparser.h>
Public Member Functions | |
virtual bool | operator() (bool enabled, const FunctionArgs &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 StaticDataArgs &) |
Default callbacks. | |
virtual bool | operator() (bool, const DataBlockArgs &) |
Default callbacks. | |
virtual bool | operator() (bool, const InterpretationArgs &) |
Default callbacks. | |
|
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.