Home
last modified time | relevance | path

Searched refs:StubTargetAddr (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1140 uint8_t *StubTargetAddr = createStubFunction( in resolveAArch64Branch() local
1143 RelocationEntry REmovz_g3(SectionID, StubTargetAddr - Section.getAddress(), in resolveAArch64Branch()
1146 StubTargetAddr - Section.getAddress() + 4, in resolveAArch64Branch()
1149 StubTargetAddr - Section.getAddress() + 8, in resolveAArch64Branch()
1152 StubTargetAddr - Section.getAddress() + 12, in resolveAArch64Branch()
1309 uint8_t *StubTargetAddr = createStubFunction( in processRelocationRef() local
1311 RelocationEntry RE(SectionID, StubTargetAddr - Section.getAddress(), in processRelocationRef()
1365 uint8_t *StubTargetAddr = createStubFunction( in processRelocationRef() local
1369 RelocationEntry REHi(SectionID, StubTargetAddr - Section.getAddress(), in processRelocationRef()
1372 StubTargetAddr - Section.getAddress() + 4, in processRelocationRef()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DTPCIndirectionUtils.cpp371 auto StubTargetAddr = (*Alloc)->getTargetMemory(StubPagePermissions); in getIndirectStubs() local
375 (*Alloc)->getWorkingMemory(StubPagePermissions).data(), StubTargetAddr, in getIndirectStubs()
383 IndirectStubInfo(StubTargetAddr, PointerTargetAddr)); in getIndirectStubs()
384 StubTargetAddr += ABI->getStubSize(); in getIndirectStubs()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOARM.h328 uint8_t *StubTargetAddr = Addr + 4; in processBranchRelocation() local
330 RE.SectionID, StubTargetAddr - Section.getAddress(), in processBranchRelocation()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h396 auto StubTargetAddr = in findStub() local
398 auto StubSymbol = JITEvaluatedSymbol(StubTargetAddr, I->second.second); in findStub()