Home
last modified time | relevance | path

Searched refs:getEdgeKindName (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DPerGraphGOTAndPLTStubsBuilder.h49 dbgs() << " Fixing " << G.getEdgeKindName(E.getKind()) in run()
57 dbgs() << " Fixing " << G.getEdgeKindName(E.getKind()) in run()
H A DMachO_x86_64.cpp30 x86_64::getEdgeKindName) {} in MachOLinkGraphBuilder_x86_64()
404 printEdge(dbgs(), *BlockToFix, GE, x86_64::getEdgeKindName(Kind)); in addRelocations()
530 printEdge(dbgs(), *B, E, x86_64::getEdgeKindName(E.getKind())); in optimizeMachO_x86_64_GOTAndStubs()
558 printEdge(dbgs(), *B, E, x86_64::getEdgeKindName(E.getKind())); in optimizeMachO_x86_64_GOTAndStubs()
H A Dx86_64.cpp21 const char *getEdgeKindName(Edge::Kind K) { in getEdgeKindName() function
H A DJITLink.cpp293 OS << ", kind = " << getEdgeKindName(E.getKind()) << ", target = "; in dump()
369 ErrStream << " is out of range of " << G.getEdgeKindName(E.getKind()) in makeTargetOutOfRangeError()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/JITLink/
H A Dx86_64.h247 const char *getEdgeKindName(Edge::Kind K);
H A DJITLink.h856 const char *getEdgeKindName(Edge::Kind K) const { return GetEdgeKindName(K); } in getEdgeKindName() function