|
| static std::string | getGraphName (SVF::CDG *) |
| | Return name of the graph.
|
| |
| static std::string | getSimpleNodeLabel (NodeType *node, SVF::CDG *) |
| | Return the label of an ICFG node.
|
| |
| static std::string | getNodeAttributes (NodeType *node, SVF::CDG *) |
| |
| template<class EdgeIter > |
| static std::string | getEdgeAttributes (NodeType *, EdgeIter EI, SVF::CDG *) |
| |
| template<class EdgeIter > |
| static std::string | getEdgeSourceLabel (NodeType *, EdgeIter EI) |
| |
| template<typename GraphType > |
| static std::string | getGraphName (const GraphType &) |
| |
| template<typename GraphType > |
| static std::string | getGraphProperties (const GraphType &) |
| |
| static bool | renderGraphFromBottomUp () |
| |
| template<typename NodeT > |
| static const void * | getNodeIdentifier (NodeT N) |
| |
| template<typename NodeT , typename GraphType > |
| static bool | isNodeHidden (NodeT, const GraphType &) |
| |
| template<typename NodeT , typename GraphType > |
| static std::string | getNodeIdentifierLabel (NodeT, const GraphType &) |
| |
| template<typename NodeT , typename GraphType > |
| static std::string | getNodeDescription (NodeT, const GraphType &) |
| |
| template<typename NodeT , typename GraphType > |
| static std::string | getNodeAttributes (NodeT, const GraphType &) |
| |
| template<typename NodeT , typename EdgeIter , typename GraphType > |
| static std::string | getEdgeAttributes (NodeT, EdgeIter, const GraphType &) |
| |
| template<typename NodeT , typename EdgeIter > |
| static std::string | getEdgeSourceLabel (NodeT, EdgeIter) |
| |
| template<typename NodeT , typename EdgeIter > |
| static bool | edgeTargetsEdgeSource (NodeT, EdgeIter) |
| |
| template<typename NodeT , typename EdgeIter > |
| static EdgeIter | getEdgeTarget (NodeT, EdgeIter I) |
| |
| static bool | hasEdgeDestLabels () |
| |
| template<typename NodeT > |
| static unsigned | numEdgeDestLabels (NodeT) |
| |
| template<typename NodeT > |
| static std::string | getEdgeDestLabel (NodeT, unsigned) |
| |
| template<typename GraphType , typename GraphWriter > |
| static void | addCustomGraphFeatures (const GraphType &, GraphWriter &) |
| |
Definition at line 346 of file CDG.h.