| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDataExtractor.cpp | 65 object::resolveRelocation(E->Resolver, E->Reloc, E->SymbolValue, LocData); in getRelocatedValue() 67 R = object::resolveRelocation(E->Resolver, *E->Reloc2, E->SymbolValue2, R); in getRelocatedValue()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | RelocationResolver.h | 35 uint64_t resolveRelocation(RelocationResolver Resolver, const RelocationRef &R,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldELF.h | 28 void resolveRelocation(const SectionEntry &Section, uint64_t Offset, 222 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override;
|
| H A D | RuntimeDyldELF.cpp | 1035 void RuntimeDyldELF::resolveRelocation(const RelocationEntry &RE, in resolveRelocation() function in llvm::RuntimeDyldELF 1042 void RuntimeDyldELF::resolveRelocation(const SectionEntry &Section, in resolveRelocation() function in llvm::RuntimeDyldELF 1156 resolveRelocation(Sections[SectionID], Offset, Address, RelI->getType(), in resolveAArch64ShortBranch() 1175 resolveRelocation(Section, Offset, in resolveAArch64Branch() 1209 resolveRelocation(Section, Offset, in resolveAArch64Branch() 1342 resolveRelocation( in processRelocationRef() 1360 resolveRelocation(Section, Offset, reinterpret_cast<uint64_t>( in processRelocationRef() 1601 resolveRelocation(Section, Offset, in processRelocationRef() 1645 resolveRelocation(Section, Offset, reinterpret_cast<uint64_t>( in processRelocationRef() 1758 resolveRelocation(Section, Offset, StubAddress, RelType, Addend); in processRelocationRef() [all …]
|
| H A D | RuntimeDyldImpl.h | 407 virtual void resolveRelocation(const RelocationEntry &RE, uint64_t Value) = 0;
|
| H A D | RuntimeDyld.cpp | 1106 resolveRelocation(RE, Value); in resolveRelocationList()
|
| /freebsd-14.2/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 | 130 resolveRelocation(RE, Section.getLoadAddressWithOffset(StubOffset)); in generateRelocationStub() 257 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-14.2/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-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | Win64EHDumper.cpp | 205 static std::error_code resolveRelocation(const Dumper::Context &Ctx, in resolveRelocation() function 367 resolveRelocation(Ctx, Section, SectionOffset + 8, XData, Offset); in printRuntimeFunction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Object/ |
| H A D | RelocationResolver.cpp | 870 uint64_t resolveRelocation(RelocationResolver Resolver, const RelocationRef &R, in resolveRelocation() function
|