Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1064 uint8_t *StubTargetAddr = createStubFunction( in resolveAArch64Branch() local
1070 StubTargetAddr - Section.getAddress() + 4, in resolveAArch64Branch()
1073 StubTargetAddr - Section.getAddress() + 8, in resolveAArch64Branch()
1076 StubTargetAddr - Section.getAddress() + 12, in resolveAArch64Branch()
1231 uint8_t *StubTargetAddr = createStubFunction( in processRelocationRef() local
1287 uint8_t *StubTargetAddr = createStubFunction( in processRelocationRef() local
1294 StubTargetAddr - Section.getAddress() + 4, in processRelocationRef()
1382 uint8_t *StubTargetAddr = createStubFunction( in processRelocationRef() local
1390 StubTargetAddr - Section.getAddress() + 4, in processRelocationRef()
1403 StubTargetAddr - Section.getAddress(), in processRelocationRef()
[all …]
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOARM.h326 uint8_t *StubTargetAddr = Addr + 4; in processBranchRelocation() local
328 RE.SectionID, StubTargetAddr - Section.getAddress(), in processBranchRelocation()
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h327 auto StubTargetAddr = in findStub() local
329 auto StubSymbol = JITEvaluatedSymbol(StubTargetAddr, I->second.second); in findStub()