8 #ifndef RETDEC_LLVMIR2HLL_GRAPHS_CFG_CFG_BUILDER_H
9 #define RETDEC_LLVMIR2HLL_GRAPHS_CFG_CFG_BUILDER_H
A base class for creators of control-flow graphs (CFGs) from functions.
Definition: cfg_builder.h:31
void initializeNewCFG(ShPtr< Function > func)
Creates a new CFG and initializes it.
Definition: cfg_builder.cpp:31
virtual void buildCFG()=0
Builds cfg.
ShPtr< CFG > cfg
A CFG that is currently being built.
Definition: cfg_builder.h:40
ShPtr< CFG > getCFG(ShPtr< Function > func)
Returns a CFG of the given function func.
Definition: cfg_builder.cpp:20
ShPtr< Function > func
A function from which the CFG is being built.
Definition: cfg_builder.h:43
A mixin to make classes non-copyable.
Definition: non_copyable.h:27
A library providing API for working with back-end IR.
std::shared_ptr< T > ShPtr
An alias for a shared pointer.
Definition: smart_ptr.h:18
Definition: archive_wrapper.h:19
A mixin to make classes non-copyable.
Declarations, aliases, macros, etc. for the use of smart pointers.