Searched refs:getEdgeKindName (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | PerGraphGOTAndPLTStubsBuilder.h | 49 dbgs() << " Fixing " << G.getEdgeKindName(E.getKind()) in run() 57 dbgs() << " Fixing " << G.getEdgeKindName(E.getKind()) in run()
|
| H A D | MachO_x86_64.cpp | 30 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 D | x86_64.cpp | 21 const char *getEdgeKindName(Edge::Kind K) { in getEdgeKindName() function
|
| H A D | JITLink.cpp | 293 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 D | x86_64.h | 247 const char *getEdgeKindName(Edge::Kind K);
|
| H A D | JITLink.h | 856 const char *getEdgeKindName(Edge::Kind K) const { return GetEdgeKindName(K); } in getEdgeKindName() function
|