Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A Dx86_64.cpp21 const char *getEdgeKindName(Edge::Kind K) { in getEdgeKindName() function
119 printEdge(dbgs(), *B, E, getEdgeKindName(E.getKind())); in optimizeGOTAndStubAccesses()
136 printEdge(dbgs(), *B, E, getEdgeKindName(E.getKind())); in optimizeGOTAndStubAccesses()
148 printEdge(dbgs(), *B, E, getEdgeKindName(E.getKind())); in optimizeGOTAndStubAccesses()
179 printEdge(dbgs(), *B, E, getEdgeKindName(E.getKind())); in optimizeGOTAndStubAccesses()
H A DPerGraphGOTAndPLTStubsBuilder.h49 dbgs() << " Fixing " << G.getEdgeKindName(E.getKind()) in run()
57 dbgs() << " Fixing " << G.getEdgeKindName(E.getKind()) in run()
H A Driscv.cpp21 const char *getEdgeKindName(Edge::Kind K) { in getEdgeKindName() function
H A Daarch64.cpp29 const char *getEdgeKindName(Edge::Kind R) { in getEdgeKindName() function
H A DELF_x86_64.cpp47 dbgs() << " Fixing " << G.getEdgeKindName(E.getKind()) << " edge at " in visitEdge()
246 printEdge(dbgs(), BlockToFix, GE, x86_64::getEdgeKindName(Kind)); in addSingleRelocation()
258 x86_64::getEdgeKindName) {} in ELFLinkGraphBuilder_x86_64()
H A DELF_aarch64.cpp327 printEdge(dbgs(), BlockToFix, GE, aarch64::getEdgeKindName(Kind)); in addSingleRelocation()
390 aarch64::getEdgeKindName) {} in ELFLinkGraphBuilder_aarch64()
462 dbgs() << " Fixing " << G.getEdgeKindName(E.getKind()) << " edge at " in visitEdge()
H A DJITLink.cpp296 OS << ", kind = " << getEdgeKindName(E.getKind()) << ", target = "; in dump()
373 << " is out of range of " << G.getEdgeKindName(E.getKind()) in makeTargetOutOfRangeError()
H A DMachO_x86_64.cpp30 x86_64::getEdgeKindName) {} in MachOLinkGraphBuilder_x86_64()
426 printEdge(dbgs(), *BlockToFix, GE, x86_64::getEdgeKindName(Kind)); in addRelocations()
H A DMachO_arm64.cpp30 aarch64::getEdgeKindName), in MachOLinkGraphBuilder_arm64()
455 printEdge(dbgs(), *BlockToFix, GE, aarch64::getEdgeKindName(Kind)); in addRelocations()
H A DCOFF_x86_64.cpp217 return x86_64::getEdgeKindName(R); in getCOFFX86RelocationKindName()
H A DELF_riscv.cpp540 printEdge(dbgs(), BlockToFix, GE, riscv::getEdgeKindName(*Kind)); in addSingleRelocation()
552 riscv::getEdgeKindName) {} in ELFLinkGraphBuilder_riscv()
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/JITLink/
H A Daarch64.h49 const char *getEdgeKindName(Edge::Kind K);
236 "GOT/TLV edge kinds not lowered: " + getEdgeKindName(E.getKind())); in applyFixup()
241 "unsupported edge kind" + getEdgeKindName(E.getKind())); in applyFixup()
290 dbgs() << " Fixing " << G.getEdgeKindName(E.getKind()) << " edge at " in visitEdge()
332 dbgs() << " Fixing " << G.getEdgeKindName(E.getKind()) << " edge at " in visitEdge()
H A Dx86_64.h371 const char *getEdgeKindName(Edge::Kind K);
474 "unsupported edge kind" + getEdgeKindName(E.getKind())); in applyFixup()
574 dbgs() << " Fixing " << G.getEdgeKindName(E.getKind()) << " edge at " in visitEdge()
607 dbgs() << " Fixing " << G.getEdgeKindName(E.getKind()) << " edge at " in visitEdge()
H A Driscv.h188 const char *getEdgeKindName(Edge::Kind K);
H A DJITLink.h972 const char *getEdgeKindName(Edge::Kind K) const { return GetEdgeKindName(K); } in getEdgeKindName() function
/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/Orc/
H A DObjectLinkingLayerTest.cpp44 support::little, x86_64::getEdgeKindName); in TEST_F()