| 
    ROSE 0.11.145.357
    
   | 
 
Represents information about a thunk.
Definition at line 285 of file Partitioner.h.
#include <Rose/BinaryAnalysis/Partitioner2/Partitioner.h>

Public Member Functions | |
| Thunk (const BasicBlockPtr &, Address target) | |
Public Attributes | |
| BasicBlockPtr | bblock | 
| The one and only basic block for the thunk.   | |
| Address | target | 
| The one and only successor for the basic block.   | |
| BasicBlockPtr Rose::BinaryAnalysis::Partitioner2::Partitioner::Thunk::bblock | 
The one and only basic block for the thunk.
Definition at line 286 of file Partitioner.h.
| Address Rose::BinaryAnalysis::Partitioner2::Partitioner::Thunk::target | 
The one and only successor for the basic block.
Definition at line 287 of file Partitioner.h.