Home
last modified time | relevance | path

Searched refs:getFixupAddress (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A Daarch64.cpp344 LLVM_DEBUG(dbgs() << " " << B->getFixupAddress(E) << " <- null\n"); in lowerPointer64AuthEdgesToSigningFunction()
358 formatv("{0:x}", B->getFixupAddress(E).getValue()) + in lowerPointer64AuthEdgesToSigningFunction()
363 dbgs() << " " << B->getFixupAddress(E) << " <- " << ValueToSign in lowerPointer64AuthEdgesToSigningFunction()
376 B->getFixupAddress(E).getValue())); in lowerPointer64AuthEdgesToSigningFunction()
H A DPerGraphGOTAndPLTStubsBuilder.h50 << " edge at " << B->getFixupAddress(E) << " (" in run()
58 << " edge at " << B->getFixupAddress(E) << " (" in run()
H A Dx86_64.cpp137 orc::ExecutorAddr EdgeAddr = B->getFixupAddress(E); in optimizeGOTAndStubAccesses()
H A DELF_x86_64.cpp46 << formatv("{0:x}", B->getFixupAddress(E)) << " (" in visitEdge()
H A Daarch32.cpp731 << " edge at " << B->getFixupAddress(E) << " (" in visitEdge()
893 << " edge at " << B->getFixupAddress(E) << " (" in visitEdge()
H A DJITLink.cpp347 OS << " " << B->getFixupAddress(E) << " (block + " in dump()
H A DMachO_arm64.cpp614 formatv("{0:x}", B->getFixupAddress(E).getValue()) + in applyPACSigningToModInitPointers()
H A DELF_aarch64.cpp611 << B->getFixupAddress(E) << " (" << B->getAddress() << " + " in visitEdge()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Dx86.h341 << B->getFixupAddress(E) << " (" << B->getAddress() << " + " in visitEdge()
374 << B->getFixupAddress(E) << " (" << B->getAddress() << " + " in visitEdge()
H A Dx86_64.h711 << B->getFixupAddress(E) << " (" << B->getAddress() << " + " in visitEdge()
749 << B->getFixupAddress(E) << " (" << B->getAddress() << " + " in visitEdge()
H A Dloongarch.h641 << B->getFixupAddress(E) << " (" << B->getAddress() << " + " in visitEdge()
676 << B->getFixupAddress(E) << " (" << B->getAddress() << " + " in visitEdge()
H A Daarch64.h837 << B->getFixupAddress(E) << " (" << B->getAddress() << " + " in visitEdge()
876 << B->getFixupAddress(E) << " (" << B->getAddress() << " + " in visitEdge()
H A DJITLink.h364 orc::ExecutorAddr getFixupAddress(const Edge &E) const { in getFixupAddress() function