Home
last modified time | relevance | path

Searched refs:getEdgeDestLabel (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DDOTGraphTraits.h146 static std::string getEdgeDestLabel(const void *, unsigned) { in getEdgeDestLabel() function
H A DGraphWriter.h263 << DOT::EscapeString(DTraits.getEdgeDestLabel(Node, i)); in writeNode()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp40 static std::string getEdgeDestLabel(const void *Node, unsigned i) { in getEdgeDestLabel() function