ROSE 0.11.145.147
|
Arguments passed to basic block unparsing callbacks.
Definition at line 300 of file AsmUnparser.h.
#include <backend/asmUnparser/AsmUnparser.h>
Public Member Functions | |
BasicBlockArgs (AsmUnparser *unparser, std::ostream &output, SgAsmBlock *block, const std::vector< SgAsmInstruction * > &insns) | |
SgAsmBlock * | 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 | |
SgAsmBlock * | block |
The basic block being unparsed. | |
const std::vector< SgAsmInstruction * > & | insns |
The instructions contained in this basic block. | |
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 301 of file AsmUnparser.h.
|
inline |
Return the node being unparsed.
Definition at line 304 of file AsmUnparser.h.
SgAsmBlock* Rose::BinaryAnalysis::AsmUnparser::UnparserCallback::BasicBlockArgs::block |
The basic block being unparsed.
Definition at line 305 of file AsmUnparser.h.
const std::vector<SgAsmInstruction*>& Rose::BinaryAnalysis::AsmUnparser::UnparserCallback::BasicBlockArgs::insns |
The instructions contained in this basic block.
Definition at line 306 of file AsmUnparser.h.