Home
last modified time | relevance | path

Searched defs:DefaultDOTGraphTraits (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DDOTGraphTraits.h28 struct DefaultDOTGraphTraits { struct
38 explicit DefaultDOTGraphTraits(bool simple=false) : IsSimple (simple) {} in IsSimple() argument
50 static std::string getGraphProperties(const GraphType &) { in getGraphProperties()
57 static bool renderGraphFromBottomUp() { in renderGraphFromBottomUp()
64 static bool isNodeHidden(const void *, const GraphType &) { in isNodeHidden()
71 static bool renderNodesUsingHTML() { return false; } in renderNodesUsingHTML()
76 std::string getNodeLabel(const void *, const GraphType &) { in getNodeLabel()
96 static std::string getNodeAttributes(const void *, in getNodeAttributes()
128 static EdgeIter getEdgeTarget(const void *, EdgeIter I) { in getEdgeTarget()
134 static bool hasEdgeDestLabels() { in hasEdgeDestLabels()
[all …]