Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DDOTGraphTraits.h29 struct DefaultDOTGraphTraits { struct
39 explicit DefaultDOTGraphTraits(bool simple=false) : IsSimple (simple) {} in IsSimple() argument
45 static std::string getGraphName(const GraphType &) { return ""; } in getGraphName()
51 static std::string getGraphProperties(const GraphType &) { in getGraphProperties()
58 static bool renderGraphFromBottomUp() { in renderGraphFromBottomUp()
64 static bool isNodeHidden(const void *) { in isNodeHidden()
71 std::string getNodeLabel(const void *, const GraphType &) { in getNodeLabel()
79 static std::string getNodeIdentifierLabel(const void *, const GraphType &) { in getNodeIdentifierLabel()
84 static std::string getNodeDescription(const void *, const GraphType &) { in getNodeDescription()
91 static std::string getNodeAttributes(const void *, in getNodeAttributes()
[all …]
/external/llvm/include/llvm/Support/
DDOTGraphTraits.h29 struct DefaultDOTGraphTraits { struct
39 explicit DefaultDOTGraphTraits(bool simple=false) : IsSimple (simple) {} in IsSimple() argument
45 static std::string getGraphName(const GraphType &) { return ""; } in getGraphName()
51 static std::string getGraphProperties(const GraphType &) { in getGraphProperties()
58 static bool renderGraphFromBottomUp() { in renderGraphFromBottomUp()
64 static bool isNodeHidden(const void *) { in isNodeHidden()
71 std::string getNodeLabel(const void *, const GraphType &) { in getNodeLabel()
79 static std::string getNodeIdentifierLabel(const void *, const GraphType &) { in getNodeIdentifierLabel()
84 static std::string getNodeDescription(const void *, const GraphType &) { in getNodeDescription()
91 static std::string getNodeAttributes(const void *, in getNodeAttributes()
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DDOTGraphTraits.h29 struct DefaultDOTGraphTraits { struct
39 explicit DefaultDOTGraphTraits(bool simple=false) : IsSimple (simple) {} in IsSimple() argument
45 static std::string getGraphName(const GraphType& Graph) { return ""; } in getGraphName()
51 static std::string getGraphProperties(const GraphType& Graph) { in getGraphProperties()
58 static bool renderGraphFromBottomUp() { in renderGraphFromBottomUp()
64 static bool isNodeHidden(const void *Node) { in isNodeHidden()
71 std::string getNodeLabel(const void *Node, const GraphType& Graph) { in getNodeLabel()
78 static bool hasNodeAddressLabel(const void *Node, const GraphType& Graph) { in hasNodeAddressLabel()
85 static std::string getNodeAttributes(const void *Node, in getNodeAttributes()
93 static std::string getEdgeAttributes(const void *Node, EdgeIter EI, in getEdgeAttributes()
[all …]