ROSE 0.11.145.147
|
Definition at line 320 of file Partitioner2/Engine.h.
Public Types | |
using | Ptr = Sawyer::SharedPointer< CodeConstants > |
Public Types inherited from Rose::BinaryAnalysis::Partitioner2::CfgAdjustmentCallback | |
typedef Sawyer::SharedPointer< CfgAdjustmentCallback > | Ptr |
Shared ownership pointer. | |
Public Member Functions | |
rose_addr_t | inProgress () |
virtual bool | operator() (bool chain, const AttachedBasicBlock &attached) override |
Called when basic block is attached or placeholder inserted. | |
virtual bool | operator() (bool chain, const DetachedBasicBlock &detached) override |
Called when basic block is detached or placeholder erased. | |
Sawyer::Optional< rose_addr_t > | nextConstant (const PartitionerConstPtr &partitioner) |
Public Member Functions inherited from Sawyer::SharedObject | |
SharedObject () | |
Default constructor. | |
SharedObject (const SharedObject &) | |
Copy constructor. | |
virtual | ~SharedObject () |
Virtual destructor. | |
SharedObject & | operator= (const SharedObject &) |
Assignment. | |
Static Public Member Functions | |
static Ptr | instance () |
using Rose::BinaryAnalysis::Partitioner2::Engine::CodeConstants::Ptr = Sawyer::SharedPointer<CodeConstants> |
Definition at line 322 of file Partitioner2/Engine.h.
|
overridevirtual |
Called when basic block is attached or placeholder inserted.
Implements Rose::BinaryAnalysis::Partitioner2::CfgAdjustmentCallback.
|
overridevirtual |
Called when basic block is detached or placeholder erased.
Implements Rose::BinaryAnalysis::Partitioner2::CfgAdjustmentCallback.