Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1178 uint8_t *StubTargetAddr = createStubFunction( in resolveAArch64Branch() local
1184 StubTargetAddr - Section.getAddress() + 4, in resolveAArch64Branch()
1187 StubTargetAddr - Section.getAddress() + 8, in resolveAArch64Branch()
1190 StubTargetAddr - Section.getAddress() + 12, in resolveAArch64Branch()
1345 uint8_t *StubTargetAddr = createStubFunction( in processRelocationRef() local
1401 uint8_t *StubTargetAddr = createStubFunction( in processRelocationRef() local
1408 StubTargetAddr - Section.getAddress() + 4, in processRelocationRef()
1496 uint8_t *StubTargetAddr = createStubFunction( in processRelocationRef() local
1504 StubTargetAddr - Section.getAddress() + 4, in processRelocationRef()
1517 StubTargetAddr - Section.getAddress(), in processRelocationRef()
[all …]
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOARM.h327 uint8_t *StubTargetAddr = Addr + 4; in processBranchRelocation() local
329 RE.SectionID, StubTargetAddr - Section.getAddress(), in processBranchRelocation()
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h403 auto StubTargetAddr = in findStub() local
405 auto StubSymbol = JITEvaluatedSymbol(StubTargetAddr, I->second.second); in findStub()