Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_x86_64.cpp185 printEdge(dbgs(), *B, E, getELFX86RelocationKindName(E.getKind())); in optimizeELF_x86_64_GOTAndStubs()
215 printEdge(dbgs(), *B, E, getELFX86RelocationKindName(E.getKind())); in optimizeELF_x86_64_GOTAndStubs()
350 getELFX86RelocationKindName(*Kind)); in addRelocations()
364 getELFX86RelocationKindName) {} in ELFLinkGraphBuilder_x86_64()
499 dbgs() << "Bad edge: " << getELFX86RelocationKindName(E.getKind()) in applyFixup()
579 const char *getELFX86RelocationKindName(Edge::Kind R) { in getELFX86RelocationKindName() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DELF_x86_64.h64 const char *getELFX86RelocationKindName(Edge::Kind R);