Searched refs:StubAddress (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.h136 IndirectStubInfo(ExecutorAddr StubAddress, ExecutorAddr PointerAddress) argument
137 : StubAddress(StubAddress), PointerAddress(PointerAddress) {}
138 ExecutorAddr StubAddress; member in struct:llvm::orc::EPCIndirectionUtils::IndirectStubInfo
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1730 uintptr_t StubAddress; local
1732 StubAddress = uintptr_t(Section.getAddressWithOffset(i->second));
1739 StubAddress =
1741 unsigned StubOffset = StubAddress - BaseAddress;
1744 createStubFunction((uint8_t *)StubAddress);
1755 resolveRelocation(Section, Offset, StubAddress + 8, ELF::R_390_PC32DBL,
1758 resolveRelocation(Section, Offset, StubAddress, RelType, Addend);
1782 uintptr_t StubAddress; local
1784 StubAddress = uintptr_t(Section->getAddress()) + i->second;
1791 StubAddress
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOAArch64.h457 uintptr_t StubAddress = local
460 unsigned StubOffset = StubAddress - BaseAddress;
462 assert(isAligned(getStubAlignment(), StubAddress) &&
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.cpp187 return {I->second.first.StubAddress, I->second.second};

Completed in 262 milliseconds