Home
last modified time | relevance | path

Searched refs:resolveRelocation (Results 1 – 20 of 20) sorted by relevance

/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDataExtractor.cpp65 object::resolveRelocation(E->Resolver, E->Reloc, E->SymbolValue, LocData); in getRelocatedValue()
67 R = object::resolveRelocation(E->Resolver, *E->Reloc2, E->SymbolValue2, R); in getRelocatedValue()
/llvm-project/llvm/include/llvm/Object/
H A DRelocationResolver.h35 uint64_t resolveRelocation(RelocationResolver Resolver, const RelocationRef &R,
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.h26 void resolveRelocation(const SectionEntry &Section, uint64_t Offset,
241 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override;
H A DRuntimeDyldELF.cpp667 resolveRelocation(Sections[SectionID], Offset, Address, RelI->getType(), in findPPC64TOCSection()
687 resolveRelocation(Section, Offset, in findPPC64TOCSection()
718 resolveRelocation(Section, Offset, in findOPDEntrySection()
1362 void RuntimeDyldELF::resolveRelocation(const RelocationEntry &RE, in processRelocationRef()
1365 return resolveRelocation(Section, RE.Offset, Value, RE.RelType, RE.Addend, in processRelocationRef()
1369 void RuntimeDyldELF::resolveRelocation(const SectionEntry &Section, in processRelocationRef()
1520 resolveRelocation(Section, Offset, in processRelocationRef()
1553 resolveRelocation(Section, Offset, in processRelocationRef()
1685 resolveRelocation(Section, Offset, in processRelocationRef()
1702 resolveRelocation( in processRelocationRef()
1035 void RuntimeDyldELF::resolveRelocation(const RelocationEntry &RE, resolveRelocation() function in llvm::RuntimeDyldELF
1042 void RuntimeDyldELF::resolveRelocation(const SectionEntry &Section, resolveRelocation() function in llvm::RuntimeDyldELF
[all...]
H A DRuntimeDyldImpl.h408 virtual void resolveRelocation(const RelocationEntry &RE, uint64_t Value) = 0;
H A DRuntimeDyld.cpp1120 resolveRelocation(RE, Value); in applyExternalSymbolRelocations()
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOX86_64.h85 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
153 resolveRelocation(TargetRE, (uint64_t)Addr); in processGOTRelocation()
H A DRuntimeDyldCOFFX86_64.h87 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
186 resolveRelocation(RE, Section.getLoadAddressWithOffset(StubOffset)); in generateRelocationStub()
H A DRuntimeDyldELFMips.h27 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override;
H A DRuntimeDyldCOFFAArch64.h141 resolveRelocation(RE, Section.getLoadAddressWithOffset(StubOffset));
269 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation()
257 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { resolveRelocation() function
H A DRuntimeDyldMachOARM.h202 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
340 resolveRelocation(TargetRE, (uint64_t)Addr); in processBranchRelocation()
H A DRuntimeDyldCOFFI386.h142 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
H A DRuntimeDyldMachOI386.h97 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
H A DRuntimeDyldCOFFThumb.h208 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
H A DRuntimeDyldELFMips.cpp14 void RuntimeDyldELFMips::resolveRelocation(const RelocationEntry &RE, in resolveRelocation() function in RuntimeDyldELFMips
H A DRuntimeDyldMachOAArch64.h355 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
/llvm-project/llvm/lib/XRay/
H A DInstrumentationMap.cpp126 object::resolveRelocation(Resolver, Reloc, *ValueOrErr, 0)}); in loadObj()
137 object::resolveRelocation(Resolver, Reloc, *ValueOrErr, A)}); in loadObj()
/llvm-project/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp208 static std::error_code resolveRelocation(const Dumper::Context &Ctx, in resolveRelocation()
389 resolveRelocation(Ctx, Section, SectionOffset + 8, XData, Offset); in printRuntimeFunction()
205 static std::error_code resolveRelocation(const Dumper::Context &Ctx, resolveRelocation() function
/llvm-project/llvm/docs/
H A DMCJITDesignAndImplementation.rst155 with this symbol and invoke the resolveRelocation method which, through an
161 have been saved which reference that symbol and call resolveRelocation for
/llvm-project/llvm/lib/Object/
H A DRelocationResolver.cpp875 uint64_t resolveRelocation(RelocationResolver Resolver, const RelocationRef &R, in resolveRelocation()
870 uint64_t resolveRelocation(RelocationResolver Resolver, const RelocationRef &R, resolveRelocation() function