ROSE
0.11.137.0
|
Arguments passed to function unparsing callbacks.
Definition at line 328 of file AsmUnparser.h.
#include <backend/asmUnparser/AsmUnparser.h>
Public Member Functions | |
FunctionArgs (AsmUnparser *unparser, std::ostream &output, SgAsmFunction *func) | |
SgAsmFunction * | get_node () const |
Return the node being unparsed. More... | |
![]() | |
GeneralArgs (AsmUnparser *unparser, std::ostream &output) | |
Public Attributes | |
SgAsmFunction * | func |
The function being unparsed. More... | |
![]() | |
AsmUnparser * | unparser |
The object doing the unparsing, from which this callback is invoked. More... | |
std::ostream & | output |
Where output should be sent. More... | |
|
inline |
Return the node being unparsed.
Definition at line 331 of file AsmUnparser.h.
SgAsmFunction* Rose::BinaryAnalysis::AsmUnparser::UnparserCallback::FunctionArgs::func |
The function being unparsed.
Definition at line 332 of file AsmUnparser.h.