Searched refs:StubTargetAddr (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 1074 uint8_t *StubTargetAddr = createStubFunction( in resolveAArch64Branch() local 1077 RelocationEntry REmovz_g3(SectionID, StubTargetAddr - Section.getAddress(), in resolveAArch64Branch() 1080 StubTargetAddr - Section.getAddress() + 4, in resolveAArch64Branch() 1083 StubTargetAddr - Section.getAddress() + 8, in resolveAArch64Branch() 1086 StubTargetAddr - Section.getAddress() + 12, in resolveAArch64Branch() 1241 uint8_t *StubTargetAddr = createStubFunction( in processRelocationRef() local 1243 RelocationEntry RE(SectionID, StubTargetAddr - Section.getAddress(), in processRelocationRef() 1297 uint8_t *StubTargetAddr = createStubFunction( in processRelocationRef() local 1301 RelocationEntry REHi(SectionID, StubTargetAddr - Section.getAddress(), in processRelocationRef() 1304 StubTargetAddr - Section.getAddress() + 4, in processRelocationRef() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOARM.h | 328 uint8_t *StubTargetAddr = Addr + 4; in processBranchRelocation() local 330 RE.SectionID, StubTargetAddr - Section.getAddress(), in processBranchRelocation()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | IndirectionUtils.h | 326 auto StubTargetAddr = in findStub() local 328 auto StubSymbol = JITEvaluatedSymbol(StubTargetAddr, I->second.second); in findStub()
|