Searched refs:StubAddress (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | EPCIndirectionUtils.h | 136 IndirectStubInfo(ExecutorAddr StubAddress, ExecutorAddr PointerAddress) in IndirectStubInfo() 137 : StubAddress(StubAddress), PointerAddress(PointerAddress) {} in IndirectStubInfo() 138 ExecutorAddr StubAddress; member
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldELF.cpp | 1735 uintptr_t StubAddress; in processRelocationRef() local 1737 StubAddress = uintptr_t(Section.getAddressWithOffset(i->second)); in processRelocationRef() 1744 StubAddress = in processRelocationRef() 1746 unsigned StubOffset = StubAddress - BaseAddress; in processRelocationRef() 1749 createStubFunction((uint8_t *)StubAddress); in processRelocationRef() 1760 resolveRelocation(Section, Offset, StubAddress + 8, ELF::R_390_PC32DBL, in processRelocationRef() 1763 resolveRelocation(Section, Offset, StubAddress, RelType, Addend); in processRelocationRef() 1787 uintptr_t StubAddress; in processRelocationRef() local 1789 StubAddress = uintptr_t(Section->getAddress()) + i->second; in processRelocationRef() 1796 StubAddress = alignTo(BaseAddress + Section->getStubOffset(), in processRelocationRef() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldMachOAArch64.h | 457 uintptr_t StubAddress = in processGOTRelocation() local 460 unsigned StubOffset = StubAddress - BaseAddress; in processGOTRelocation() 462 assert(isAligned(getStubAlignment(), StubAddress) && in processGOTRelocation()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | EPCIndirectionUtils.cpp | 187 return {I->second.first.StubAddress, I->second.second}; in findStub()
|