Searched refs:getFixupAddress (Results 1 – 13 of 13) sorted by relevance
344 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()
50 << " edge at " << B->getFixupAddress(E) << " (" in run()58 << " edge at " << B->getFixupAddress(E) << " (" in run()
137 orc::ExecutorAddr EdgeAddr = B->getFixupAddress(E); in optimizeGOTAndStubAccesses()
46 << formatv("{0:x}", B->getFixupAddress(E)) << " (" in visitEdge()
731 << " edge at " << B->getFixupAddress(E) << " (" in visitEdge()893 << " edge at " << B->getFixupAddress(E) << " (" in visitEdge()
347 OS << " " << B->getFixupAddress(E) << " (block + " in dump()
614 formatv("{0:x}", B->getFixupAddress(E).getValue()) + in applyPACSigningToModInitPointers()
611 << B->getFixupAddress(E) << " (" << B->getAddress() << " + " in visitEdge()
341 << B->getFixupAddress(E) << " (" << B->getAddress() << " + " in visitEdge()374 << B->getFixupAddress(E) << " (" << B->getAddress() << " + " in visitEdge()
711 << B->getFixupAddress(E) << " (" << B->getAddress() << " + " in visitEdge()749 << B->getFixupAddress(E) << " (" << B->getAddress() << " + " in visitEdge()
641 << B->getFixupAddress(E) << " (" << B->getAddress() << " + " in visitEdge()676 << B->getFixupAddress(E) << " (" << B->getAddress() << " + " in visitEdge()
837 << B->getFixupAddress(E) << " (" << B->getAddress() << " + " in visitEdge()876 << B->getFixupAddress(E) << " (" << B->getAddress() << " + " in visitEdge()
364 orc::ExecutorAddr getFixupAddress(const Edge &E) const { in getFixupAddress() function