ROSE 0.11.145.147
Public Types | Public Member Functions | Static Public Member Functions | List of all members
Rose::BinaryAnalysis::Partitioner2::Engine::CodeConstants Class Reference

Description

Definition at line 320 of file Partitioner2/Engine.h.

Inheritance diagram for Rose::BinaryAnalysis::Partitioner2::Engine::CodeConstants:
Inheritance graph
[legend]
Collaboration diagram for Rose::BinaryAnalysis::Partitioner2::Engine::CodeConstants:
Collaboration graph
[legend]

Public Types

using Ptr = Sawyer::SharedPointer< CodeConstants >
 
- Public Types inherited from Rose::BinaryAnalysis::Partitioner2::CfgAdjustmentCallback
typedef Sawyer::SharedPointer< CfgAdjustmentCallbackPtr
 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.
 
SharedObjectoperator= (const SharedObject &)
 Assignment.
 

Static Public Member Functions

static Ptr instance ()
 

Member Typedef Documentation

◆ Ptr

Definition at line 322 of file Partitioner2/Engine.h.

Member Function Documentation

◆ operator()() [1/2]

virtual bool Rose::BinaryAnalysis::Partitioner2::Engine::CodeConstants::operator() ( bool  chain,
const AttachedBasicBlock  
)
overridevirtual

Called when basic block is attached or placeholder inserted.

Implements Rose::BinaryAnalysis::Partitioner2::CfgAdjustmentCallback.

◆ operator()() [2/2]

virtual bool Rose::BinaryAnalysis::Partitioner2::Engine::CodeConstants::operator() ( bool  chain,
const DetachedBasicBlock  
)
overridevirtual

Called when basic block is detached or placeholder erased.

Implements Rose::BinaryAnalysis::Partitioner2::CfgAdjustmentCallback.


The documentation for this class was generated from the following file: