/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
H A 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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldELF.cpp | 992 void RuntimeDyldELF::resolveRelocation(const RelocationEntry &RE, in resolveRelocation() function in llvm::RuntimeDyldELF 995 return resolveRelocation(Section, RE.Offset, Value, RE.RelType, RE.Addend, in resolveRelocation() 999 void RuntimeDyldELF::resolveRelocation(const SectionEntry &Section, in resolveRelocation() function in llvm::RuntimeDyldELF 1113 resolveRelocation(Sections[SectionID], Offset, Address, RelI->getType(), in resolveAArch64ShortBranch() 1132 resolveRelocation(Section, Offset, in resolveAArch64Branch() 1166 resolveRelocation(Section, Offset, in resolveAArch64Branch() 1300 resolveRelocation( in processRelocationRef() 1318 resolveRelocation(Section, Offset, reinterpret_cast<uint64_t>( in processRelocationRef() 1559 resolveRelocation(Section, Offset, in processRelocationRef() 1603 resolveRelocation(Section, Offset, reinterpret_cast<uint64_t>( in processRelocationRef() [all …]
|
H A D | RuntimeDyldELF.h | 28 void resolveRelocation(const SectionEntry &Section, uint64_t Offset, 176 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override;
|
H A D | RuntimeDyldImpl.h | 401 virtual void resolveRelocation(const RelocationEntry &RE, uint64_t Value) = 0;
|
H A D | RuntimeDyld.cpp | 1087 resolveRelocation(RE, Value); in resolveRelocationList()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
H A D | RelocationResolver.h | 42 uint64_t resolveRelocation(RelocationResolver Resolver, const RelocationRef &R,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A 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()
|
H A 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()
|
H A D | RuntimeDyldELFMips.h | 28 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override;
|
H A D | RuntimeDyldCOFFAArch64.h | 129 resolveRelocation(RE, Section.getLoadAddressWithOffset(StubOffset)); in generateRelocationStub() 256 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
|
H A D | RuntimeDyldMachOARM.h | 203 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function 341 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 | 98 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
|
H A D | RuntimeDyldCOFFThumb.h | 186 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
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/XRay/ |
H A D | InstrumentationMap.cpp | 126 object::resolveRelocation(Resolver, Reloc, *ValueOrErr, 0)}); in loadObj() 137 object::resolveRelocation(Resolver, Reloc, *ValueOrErr, A)}); in loadObj()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
H A 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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A 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
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
H A D | RelocationResolver.cpp | 731 uint64_t resolveRelocation(RelocationResolver Resolver, const RelocationRef &R, in resolveRelocation() function
|