ROSE
0.11.131.0
|
Arguments passed to basic block unparsing callbacks.
Definition at line 299 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. More... | |
![]() | |
GeneralArgs (AsmUnparser *unparser, std::ostream &output) | |
Public Attributes | |
SgAsmBlock * | block |
The basic block being unparsed. More... | |
const std::vector< SgAsmInstruction * > & | insns |
The instructions contained in this basic block. 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 303 of file AsmUnparser.h.
SgAsmBlock* Rose::BinaryAnalysis::AsmUnparser::UnparserCallback::BasicBlockArgs::block |
The basic block being unparsed.
Definition at line 304 of file AsmUnparser.h.
const std::vector<SgAsmInstruction*>& Rose::BinaryAnalysis::AsmUnparser::UnparserCallback::BasicBlockArgs::insns |
The instructions contained in this basic block.
Definition at line 305 of file AsmUnparser.h.