Home
last modified time | relevance | path

Searched refs:getELFX86RelocationKindName (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
DELF_x86_64.h50 StringRef getELFX86RelocationKindName(Edge::Kind R);
/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/
DELF_x86_64.cpp157 printEdge(dbgs(), *B, E, getELFX86RelocationKindName(E.getKind())); in optimizeELF_x86_64_GOTAndStubs()
186 printEdge(dbgs(), *B, E, getELFX86RelocationKindName(E.getKind())); in optimizeELF_x86_64_GOTAndStubs()
442 getELFX86RelocationKindName(*Kind)); in addRelocations()
617 return getELFX86RelocationKindName(R); in getEdgeKindName()
681 StringRef getELFX86RelocationKindName(Edge::Kind R) { in getELFX86RelocationKindName() function