ROSE 0.11.145.147
Classes | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
Rose::BinaryAnalysis::Partitioner2::Modules::CfgGraphVizDumper Class Reference

Description

Produce a GraphViz file for the CFG at a certain time.

See docString for full documentation.

Definition at line 298 of file Modules.h.

#include <Rose/BinaryAnalysis/Partitioner2/Modules.h>

Inheritance diagram for Rose::BinaryAnalysis::Partitioner2::Modules::CfgGraphVizDumper:
Inheritance graph
[legend]
Collaboration diagram for Rose::BinaryAnalysis::Partitioner2::Modules::CfgGraphVizDumper:
Collaboration graph
[legend]

Classes

struct  Settings
 

Public Member Functions

virtual bool operator() (bool chain, const AttachedBasicBlock &args) override
 Called when basic block is attached or placeholder inserted.
 
virtual bool operator() (bool chain, const DetachedBasicBlock &) override
 Called when basic block is detached or placeholder erased.
 
- 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 (const Settings &settings)
 
static Ptr instance (const std::string &config)
 
static Ptr instance (const std::vector< std::string > &args)
 
static Sawyer::CommandLine::SwitchGroup switches (Settings &)
 
static std::string docString ()
 Documentation string.
 

Protected Member Functions

 CfgGraphVizDumper (const Settings &settings)
 

Additional Inherited Members

- Public Types inherited from Rose::BinaryAnalysis::Partitioner2::CfgAdjustmentCallback
typedef Sawyer::SharedPointer< CfgAdjustmentCallbackPtr
 Shared ownership pointer.
 

Constructor & Destructor Documentation

◆ CfgGraphVizDumper()

Rose::BinaryAnalysis::Partitioner2::Modules::CfgGraphVizDumper::CfgGraphVizDumper ( const Settings settings)
inlineprotected

Definition at line 312 of file Modules.h.

Member Function Documentation

◆ instance()

static Ptr Rose::BinaryAnalysis::Partitioner2::Modules::CfgGraphVizDumper::instance ( const Settings settings)
inlinestatic

Definition at line 314 of file Modules.h.

◆ operator()() [1/2]

virtual bool Rose::BinaryAnalysis::Partitioner2::Modules::CfgGraphVizDumper::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::Modules::CfgGraphVizDumper::operator() ( bool  chain,
const DetachedBasicBlock  
)
inlineoverridevirtual

Called when basic block is detached or placeholder erased.

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

Definition at line 320 of file Modules.h.


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