Static Value-Flow Analysis
|
Public Types | |
typedef SVFVar | NodeType |
typedef NodeType::iterator | ChildIteratorType |
Public Member Functions | |
DOTGraphTraits (bool isSimple=false) | |
Public Member Functions inherited from SVF::DefaultDOTGraphTraits | |
DefaultDOTGraphTraits (bool simple=false) | |
template<typename GraphType > | |
std::string | getNodeLabel (const void *, const GraphType &) |
Additional Inherited Members | |
Protected Member Functions inherited from SVF::DefaultDOTGraphTraits | |
bool | isSimple () |
Write value flow graph into dot file for debugging
Definition at line 122 of file IRGraph.cpp.
typedef NodeType::iterator SVF::DOTGraphTraits< IRGraph * >::ChildIteratorType |
Definition at line 126 of file IRGraph.cpp.
typedef SVFVar SVF::DOTGraphTraits< IRGraph * >::NodeType |
Definition at line 125 of file IRGraph.cpp.
|
inline |
Definition at line 127 of file IRGraph.cpp.
|
inlinestatic |
Definition at line 200 of file IRGraph.cpp.
|
inlinestatic |
Definition at line 270 of file IRGraph.cpp.
|
inlinestatic |
Return name of the graph.
Definition at line 133 of file IRGraph.cpp.
|
inlinestatic |
Definition at line 162 of file IRGraph.cpp.
|
inlinestatic |
Return label of a VFG node with two display mode Either you can choose to display the name of the value or the whole instruction
Definition at line 148 of file IRGraph.cpp.
|
inlinestatic |
isNodeHidden - If the function returns true, the given node is not displayed in the graph
Definition at line 140 of file IRGraph.cpp.