ROSE 0.11.145.147
|
Arguments passed to instruction unparsing callbacks.
Definition at line 291 of file AsmUnparser.h.
#include <backend/asmUnparser/AsmUnparser.h>
Public Member Functions | |
InsnArgs (AsmUnparser *unparser, std::ostream &output, SgAsmInstruction *insn, size_t position_in_block) | |
SgAsmInstruction * | get_node () const |
Return the node being unparsed. | |
Public Member Functions inherited from Rose::BinaryAnalysis::AsmUnparser::UnparserCallback::GeneralArgs | |
GeneralArgs (AsmUnparser *unparser, std::ostream &output) | |
Public Attributes | |
SgAsmInstruction * | insn |
The instruction being unparsed. | |
size_t | position_in_block |
The index position of the instruction within the basic block, or -1 if unknown. | |
Public Attributes inherited from Rose::BinaryAnalysis::AsmUnparser::UnparserCallback::GeneralArgs | |
AsmUnparser * | unparser |
The object doing the unparsing, from which this callback is invoked. | |
std::ostream & | output |
Where output should be sent. | |
|
inline |
Definition at line 292 of file AsmUnparser.h.
|
inline |
Return the node being unparsed.
Definition at line 294 of file AsmUnparser.h.
SgAsmInstruction* Rose::BinaryAnalysis::AsmUnparser::UnparserCallback::InsnArgs::insn |
The instruction being unparsed.
Definition at line 295 of file AsmUnparser.h.
size_t Rose::BinaryAnalysis::AsmUnparser::UnparserCallback::InsnArgs::position_in_block |
The index position of the instruction within the basic block, or -1 if unknown.
Definition at line 296 of file AsmUnparser.h.