Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DPerGraphGOTAndPLTStubsBuilder.h50 << " edge at " << B->getFixupAddress(E) << " (" in run()
58 << " edge at " << B->getFixupAddress(E) << " (" in run()
H A Dx86_64.cpp107 orc::ExecutorAddr EdgeAddr = B->getFixupAddress(E); in optimizeGOTAndStubAccesses()
H A DJITLink.cpp310 OS << " " << B->getFixupAddress(E) << " (block + " in dump()
395 << " fixup at " << formatv("{0:x}", B.getFixupAddress(E)) << " ("; in makeTargetOutOfRangeError()
H A DELF_x86_64.cpp46 << formatv("{0:x}", B->getFixupAddress(E)) << " (" in visitEdge()
H A DELF_aarch64.cpp521 << B->getFixupAddress(E) << " (" << B->getAddress() << " + " in visitEdge()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Di386.h362 << B->getFixupAddress(E) << " (" << B->getAddress() << " + " in visitEdge()
395 << B->getFixupAddress(E) << " (" << B->getAddress() << " + " in visitEdge()
H A Dloongarch.h335 << B->getFixupAddress(E) << " (" << B->getAddress() << " + " in visitEdge()
369 << B->getFixupAddress(E) << " (" << B->getAddress() << " + " in visitEdge()
H A Dx86_64.h624 << B->getFixupAddress(E) << " (" << B->getAddress() << " + " in visitEdge()
657 << B->getFixupAddress(E) << " (" << B->getAddress() << " + " in visitEdge()
H A Daarch64.h715 << B->getFixupAddress(E) << " (" << B->getAddress() << " + " in visitEdge()
749 << B->getFixupAddress(E) << " (" << B->getAddress() << " + " in visitEdge()
H A Daarch32.h
H A DJITLink.h345 orc::ExecutorAddr getFixupAddress(const Edge &E) const { in getFixupAddress() function