Home
last modified time | relevance | path

Searched refs:resolveRelocation (Results 1 – 25 of 30) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp917 void RuntimeDyldELF::resolveRelocation(const RelocationEntry &RE, in resolveRelocation() function in llvm::RuntimeDyldELF
920 return resolveRelocation(Section, RE.Offset, Value, RE.RelType, RE.Addend, in resolveRelocation()
924 void RuntimeDyldELF::resolveRelocation(const SectionEntry &Section, in resolveRelocation() function in llvm::RuntimeDyldELF
1037 resolveRelocation(Sections[SectionID], Offset, Address, RelI->getType(), in resolveAArch64ShortBranch()
1056 resolveRelocation(Section, Offset, in resolveAArch64Branch()
1090 resolveRelocation(Section, Offset, in resolveAArch64Branch()
1222 resolveRelocation( in processRelocationRef()
1240 resolveRelocation(Section, Offset, reinterpret_cast<uint64_t>( in processRelocationRef()
1481 resolveRelocation(Section, Offset, in processRelocationRef()
1525 resolveRelocation(Section, Offset, reinterpret_cast<uint64_t>( in processRelocationRef()
[all …]
DRuntimeDyldELF.h29 void resolveRelocation(const SectionEntry &Section, uint64_t Offset,
176 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override;
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.h29 void resolveRelocation(const SectionEntry &Section, uint64_t Offset,
168 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override;
DRuntimeDyldELF.cpp1097 void RuntimeDyldELF::resolveRelocation(const RelocationEntry &RE, in resolveRelocation() function in llvm::RuntimeDyldELF
1100 return resolveRelocation(Section, RE.Offset, Value, RE.RelType, RE.Addend, in resolveRelocation()
1104 void RuntimeDyldELF::resolveRelocation(const SectionEntry &Section, in resolveRelocation() function in llvm::RuntimeDyldELF
1292 resolveRelocation(Section, Offset, in processRelocationRef()
1327 resolveRelocation(Section, Offset, in processRelocationRef()
1343 resolveRelocation( in processRelocationRef()
1361 resolveRelocation(Section, Offset, reinterpret_cast<uint64_t>( in processRelocationRef()
1529 resolveRelocation(Section, Offset, in processRelocationRef()
1573 resolveRelocation(Section, Offset, reinterpret_cast<uint64_t>( in processRelocationRef()
1619 resolveRelocation(Sections[SectionID], Offset, Value.Addend, RelType, 0); in processRelocationRef()
[all …]
DRuntimeDyldImpl.h388 virtual void resolveRelocation(const RelocationEntry &RE, uint64_t Value) = 0;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFX86_64.h81 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
167 resolveRelocation(RE, Section.getLoadAddressWithOffset(StubOffset)); in generateRelocationStub()
DRuntimeDyldMachOX86_64.h87 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
155 resolveRelocation(TargetRE, (uint64_t)Addr); in processGOTRelocation()
DRuntimeDyldELFMips.h29 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override;
DRuntimeDyldMachOARM.h202 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
337 resolveRelocation(TargetRE, (uint64_t)Addr); in processBranchRelocation()
DRuntimeDyldCOFFI386.h132 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
DRuntimeDyldMachOI386.h99 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
DRuntimeDyldCOFFThumb.h172 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
DRuntimeDyldELFMips.cpp15 void RuntimeDyldELFMips::resolveRelocation(const RelocationEntry &RE, in resolveRelocation() function in RuntimeDyldELFMips
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOX86_64.h87 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
155 resolveRelocation(TargetRE, (uint64_t)Addr); in processGOTRelocation()
DRuntimeDyldMachOARM.h115 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
214 resolveRelocation(TargetRE, (uint64_t)Addr); in processBranchRelocation()
DRuntimeDyldCOFFX86_64.h63 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
DRuntimeDyldCOFFI386.h132 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
DRuntimeDyldCOFFThumb.h142 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
DRuntimeDyldMachOI386.h99 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
/external/llvm/tools/llvm-readobj/
DWin64EHDumper.cpp141 static std::error_code resolveRelocation(const Dumper::Context &Ctx, in resolveRelocation() function
290 resolveRelocation(Ctx, Section, SectionOffset + 8, XData, Offset); in printRuntimeFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DWin64EHDumper.cpp141 static std::error_code resolveRelocation(const Dumper::Context &Ctx, in resolveRelocation() function
290 resolveRelocation(Ctx, Section, SectionOffset + 8, XData, Offset); in printRuntimeFunction()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h121 bool resolveRelocation(uint8_t *Address, uint8_t *Value, bool isPCRel,
DRuntimeDyldMachO.cpp25 resolveRelocation(uint8_t *Address, uint8_t *Value, bool isPCRel, in resolveRelocation() function in llvm::RuntimeDyldMachO
510 resolveRelocation(Target, Addr, isPCRel, Type, Size); in reassignSymbolAddress()
/external/llvm/docs/
DMCJITDesignAndImplementation.rst155 with this symbol and invoke the resolveRelocation method which, through an
161 have been saved which reference that symbol and call resolveRelocation for
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DMCJITDesignAndImplementation.rst155 with this symbol and invoke the resolveRelocation method which, through an
161 have been saved which reference that symbol and call resolveRelocation for

12