| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDataExtractor.h | 59 uint64_t R = object::resolveRelocation(E->Resolver, E->Reloc, in getRelocatedValueImpl() 62 R = object::resolveRelocation(E->Resolver, *E->Reloc2, E->SymbolValue2, in getRelocatedValueImpl()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | RelocationResolver.h | 36 LLVM_ABI uint64_t resolveRelocation(RelocationResolver Resolver,
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldELF.cpp | 670 resolveRelocation(Sections[SectionID], Offset, Address, RelI->getType(), in resolveLoongArch64ShortBranch() 678 resolveRelocation(Sections[SectionID], Offset, Address, RelI->getType(), in resolveLoongArch64ShortBranch() 698 resolveRelocation(Section, Offset, in resolveLoongArch64Branch() 729 resolveRelocation(Section, Offset, in resolveLoongArch64Branch() 1398 void RuntimeDyldELF::resolveRelocation(const RelocationEntry &RE, in resolveRelocation() function in llvm::RuntimeDyldELF 1401 return resolveRelocation(Section, RE.Offset, Value, RE.RelType, RE.Addend, in resolveRelocation() 1405 void RuntimeDyldELF::resolveRelocation(const SectionEntry &Section, in resolveRelocation() function in llvm::RuntimeDyldELF 1556 resolveRelocation(Section, Offset, in resolveAArch64Branch() 1589 resolveRelocation(Section, Offset, in resolveAArch64Branch() 1721 resolveRelocation(Section, Offset, in processRelocationRef() [all …]
|
| H A D | RuntimeDyldELF.h | 26 void resolveRelocation(const SectionEntry &Section, uint64_t Offset, 241 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override;
|
| H A D | RuntimeDyldImpl.h | 402 virtual void resolveRelocation(const RelocationEntry &RE, uint64_t Value) = 0;
|
| H A D | RuntimeDyld.cpp | 1120 resolveRelocation(RE, Value); in resolveRelocationList()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| H A D | RuntimeDyldELFMips.h | 27 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override;
|
| H A D | RuntimeDyldMachOX86_64.h | 85 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function 153 resolveRelocation(TargetRE, (uint64_t)Addr); in processGOTRelocation()
|
| H A D | RuntimeDyldCOFFX86_64.h | 87 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function 186 resolveRelocation(RE, Section.getLoadAddressWithOffset(StubOffset)); in generateRelocationStub()
|
| H A D | RuntimeDyldCOFFAArch64.h | 141 resolveRelocation(RE, Section.getLoadAddressWithOffset(StubOffset)); in generateRelocationStub() 269 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
|
| H A D | RuntimeDyldMachOARM.h | 202 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function 340 resolveRelocation(TargetRE, (uint64_t)Addr); in processBranchRelocation()
|
| H A D | RuntimeDyldCOFFI386.h | 142 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
|
| H A D | RuntimeDyldMachOI386.h | 97 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
|
| H A D | RuntimeDyldCOFFThumb.h | 208 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
|
| H A D | RuntimeDyldELFMips.cpp | 14 void RuntimeDyldELFMips::resolveRelocation(const RelocationEntry &RE, in resolveRelocation() function in RuntimeDyldELFMips
|
| H A D | RuntimeDyldMachOAArch64.h | 355 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
|
| /freebsd/contrib/llvm-project/llvm/lib/XRay/ |
| H A D | InstrumentationMap.cpp | 125 object::resolveRelocation(Resolver, Reloc, *ValueOrErr, 0)}); in loadObj() 136 object::resolveRelocation(Resolver, Reloc, *ValueOrErr, A)}); in loadObj()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | Win64EHDumper.cpp | 208 static std::error_code resolveRelocation(const Dumper::Context &Ctx, in resolveRelocation() function 389 resolveRelocation(Ctx, Section, SectionOffset + 8, XData, Offset); in printRuntimeFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | RelocationResolver.cpp | 877 uint64_t resolveRelocation(RelocationResolver Resolver, const RelocationRef &R, in resolveRelocation() function
|