/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDataExtractor.cpp | 63 object::resolveRelocation(E->Resolver, E->Reloc, E->SymbolValue, LocData); in getRelocatedValue() 65 R = object::resolveRelocation(E->Resolver, *E->Reloc2, E->SymbolValue2, R); in getRelocatedValue()
|
/external/llvm-project/llvm/include/llvm/Object/ |
D | RelocationResolver.h | 42 uint64_t resolveRelocation(RelocationResolver Resolver, const RelocationRef &R,
|
/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 …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.h | 28 void resolveRelocation(const SectionEntry &Section, uint64_t Offset, 175 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override;
|
D | RuntimeDyldELF.cpp | 927 void RuntimeDyldELF::resolveRelocation(const RelocationEntry &RE, in resolveRelocation() function in llvm::RuntimeDyldELF 930 return resolveRelocation(Section, RE.Offset, Value, RE.RelType, RE.Addend, in resolveRelocation() 934 void RuntimeDyldELF::resolveRelocation(const SectionEntry &Section, in resolveRelocation() function in llvm::RuntimeDyldELF 1047 resolveRelocation(Sections[SectionID], Offset, Address, RelI->getType(), in resolveAArch64ShortBranch() 1066 resolveRelocation(Section, Offset, in resolveAArch64Branch() 1100 resolveRelocation(Section, Offset, in resolveAArch64Branch() 1232 resolveRelocation( in processRelocationRef() 1250 resolveRelocation(Section, Offset, reinterpret_cast<uint64_t>( in processRelocationRef() 1491 resolveRelocation(Section, Offset, in processRelocationRef() 1535 resolveRelocation(Section, Offset, reinterpret_cast<uint64_t>( in processRelocationRef() [all …]
|
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.h | 28 void resolveRelocation(const SectionEntry &Section, uint64_t Offset, 176 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override;
|
D | RuntimeDyldELF.cpp | 934 void RuntimeDyldELF::resolveRelocation(const RelocationEntry &RE, in resolveRelocation() function in llvm::RuntimeDyldELF 937 return resolveRelocation(Section, RE.Offset, Value, RE.RelType, RE.Addend, in resolveRelocation() 941 void RuntimeDyldELF::resolveRelocation(const SectionEntry &Section, in resolveRelocation() function in llvm::RuntimeDyldELF 1054 resolveRelocation(Sections[SectionID], Offset, Address, RelI->getType(), in resolveAArch64ShortBranch() 1073 resolveRelocation(Section, Offset, in resolveAArch64Branch() 1107 resolveRelocation(Section, Offset, in resolveAArch64Branch() 1239 resolveRelocation( in processRelocationRef() 1257 resolveRelocation(Section, Offset, reinterpret_cast<uint64_t>( in processRelocationRef() 1498 resolveRelocation(Section, Offset, in processRelocationRef() 1542 resolveRelocation(Section, Offset, reinterpret_cast<uint64_t>( in processRelocationRef() [all …]
|
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldELFMips.h | 28 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override;
|
D | RuntimeDyldCOFFX86_64.h | 87 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function 179 resolveRelocation(RE, Section.getLoadAddressWithOffset(StubOffset)); in generateRelocationStub()
|
D | RuntimeDyldMachOX86_64.h | 86 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function 154 resolveRelocation(TargetRE, (uint64_t)Addr); in processGOTRelocation()
|
D | RuntimeDyldCOFFAArch64.h | 129 resolveRelocation(RE, Section.getLoadAddressWithOffset(StubOffset)); in generateRelocationStub() 256 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
|
D | RuntimeDyldMachOARM.h | 203 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function 341 resolveRelocation(TargetRE, (uint64_t)Addr); in processBranchRelocation()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldELFMips.h | 28 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override;
|
D | RuntimeDyldCOFFX86_64.h | 86 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function 179 resolveRelocation(RE, Section.getLoadAddressWithOffset(StubOffset)); in generateRelocationStub()
|
D | RuntimeDyldMachOX86_64.h | 86 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function 154 resolveRelocation(TargetRE, (uint64_t)Addr); in processGOTRelocation()
|
D | RuntimeDyldCOFFAArch64.h | 128 resolveRelocation(RE, Section.getLoadAddressWithOffset(StubOffset)); in generateRelocationStub() 245 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
|
D | RuntimeDyldMachOARM.h | 203 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function 341 resolveRelocation(TargetRE, (uint64_t)Addr); in processBranchRelocation()
|
D | RuntimeDyldCOFFI386.h | 131 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
|
/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
|
/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/llvm-project/llvm/lib/XRay/ |
D | InstrumentationMap.cpp | 126 object::resolveRelocation(Resolver, Reloc, *ValueOrErr, 0)}); in loadObj() 137 object::resolveRelocation(Resolver, Reloc, *ValueOrErr, A)}); in loadObj()
|
/external/llvm-project/llvm/tools/llvm-readobj/ |
D | Win64EHDumper.cpp | 167 static std::error_code resolveRelocation(const Dumper::Context &Ctx, in resolveRelocation() function 328 resolveRelocation(Ctx, Section, SectionOffset + 8, XData, Offset); in printRuntimeFunction()
|