Definition at line 39 of file ByteCode/Analysis.h.
|
virtual std::string | name () const =0 |
|
virtual bool | isSystemReserved (const std::string &name) const =0 |
|
virtual const Code & | code () const =0 |
|
virtual const SgAsmInstructionList * | instructions () const =0 |
|
virtual void | decode (const Disassembler::BasePtr &) const =0 |
|
virtual void | annotate ()=0 |
|
std::set< rose_addr_t > | targets () const |
|
const std::vector< BasicBlockPtr > & | blocks () const |
|
void | append (BasicBlockPtr bb) |
|
◆ classAddr_
rose_addr_t Rose::BinaryAnalysis::ByteCode::Method::classAddr_ |
|
protected |
◆ function_
◆ blocks_
std::vector<BasicBlockPtr> Rose::BinaryAnalysis::ByteCode::Method::blocks_ |
|
protected |
The documentation for this class was generated from the following file: