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

Description

Definition at line 310 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. More...
 

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. More...
 
virtual bool operator() (bool chain, const DetachedBasicBlock &detached) override
 Called when basic block is detached or placeholder erased. More...
 
Sawyer::Optional< rose_addr_t > nextConstant (const PartitionerConstPtr &partitioner)
 
- Public Member Functions inherited from Sawyer::SharedObject
 SharedObject ()
 Default constructor. More...
 
 SharedObject (const SharedObject &)
 Copy constructor. More...
 
virtual ~SharedObject ()
 Virtual destructor. More...
 
SharedObjectoperator= (const SharedObject &)
 Assignment. More...
 

Static Public Member Functions

static Ptr instance ()
 

Member Function Documentation

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.

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: