SVF
|
Public Types | |
typedef ConstraintNode | NodeType |
Public Member Functions | |
DOTGraphTraits (bool isSimple=false) | |
Static Public Member Functions | |
static std::string | getGraphName (OfflineConsG *) |
Return name of the graph. More... | |
static std::string | getNodeLabel (NodeType *n, OfflineConsG *) |
static std::string | getNodeAttributes (NodeType *n, OfflineConsG *) |
template<class EdgeIter > | |
static std::string | getEdgeAttributes (NodeType *, EdgeIter EI, OfflineConsG *) |
template<class EdgeIter > | |
static std::string | getEdgeSourceLabel (NodeType *, EdgeIter) |
Definition at line 182 of file OfflineConsG.cpp.
typedef ConstraintNode llvm::DOTGraphTraits< OfflineConsG * >::NodeType |
Definition at line 185 of file OfflineConsG.cpp.
|
inline |
Definition at line 186 of file OfflineConsG.cpp.
|
inlinestatic |
Definition at line 255 of file OfflineConsG.cpp.
|
inlinestatic |
Definition at line 288 of file OfflineConsG.cpp.
|
inlinestatic |
Return name of the graph.
Definition at line 192 of file OfflineConsG.cpp.
|
inlinestatic |
Definition at line 241 of file OfflineConsG.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 199 of file OfflineConsG.cpp.