/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 917 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 …]
|
D | RuntimeDyldELF.h | 29 void resolveRelocation(const SectionEntry &Section, uint64_t Offset, 176 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override;
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.h | 29 void resolveRelocation(const SectionEntry &Section, uint64_t Offset, 168 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override;
|
D | RuntimeDyldELF.cpp | 1097 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 …]
|
D | RuntimeDyldImpl.h | 388 virtual void resolveRelocation(const RelocationEntry &RE, uint64_t Value) = 0;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldCOFFX86_64.h | 81 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function 167 resolveRelocation(RE, Section.getLoadAddressWithOffset(StubOffset)); in generateRelocationStub()
|
D | RuntimeDyldMachOX86_64.h | 87 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function 155 resolveRelocation(TargetRE, (uint64_t)Addr); in processGOTRelocation()
|
D | RuntimeDyldELFMips.h | 29 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override;
|
D | RuntimeDyldMachOARM.h | 202 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function 337 resolveRelocation(TargetRE, (uint64_t)Addr); in processBranchRelocation()
|
D | RuntimeDyldCOFFI386.h | 132 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
|
D | RuntimeDyldMachOI386.h | 99 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
|
D | RuntimeDyldCOFFThumb.h | 172 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
|
D | RuntimeDyldELFMips.cpp | 15 void RuntimeDyldELFMips::resolveRelocation(const RelocationEntry &RE, in resolveRelocation() function in RuntimeDyldELFMips
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOX86_64.h | 87 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function 155 resolveRelocation(TargetRE, (uint64_t)Addr); in processGOTRelocation()
|
D | RuntimeDyldMachOARM.h | 115 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function 214 resolveRelocation(TargetRE, (uint64_t)Addr); in processBranchRelocation()
|
D | RuntimeDyldCOFFX86_64.h | 63 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
|
D | RuntimeDyldCOFFI386.h | 132 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
|
D | RuntimeDyldCOFFThumb.h | 142 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
|
D | RuntimeDyldMachOI386.h | 99 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
|
/external/llvm/tools/llvm-readobj/ |
D | Win64EHDumper.cpp | 141 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/ |
D | Win64EHDumper.cpp | 141 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/ |
D | RuntimeDyldImpl.h | 121 bool resolveRelocation(uint8_t *Address, uint8_t *Value, bool isPCRel,
|
D | RuntimeDyldMachO.cpp | 25 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/ |
D | MCJITDesignAndImplementation.rst | 155 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/ |
D | MCJITDesignAndImplementation.rst | 155 with this symbol and invoke the resolveRelocation method which, through an 161 have been saved which reference that symbol and call resolveRelocation for
|