/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldELF.h | 36 void resolveRelocation(const SectionEntry &Section, uint64_t Offset, 117 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override;
|
H A D | RuntimeDyldELF.cpp | 854 void RuntimeDyldELF::resolveRelocation(const RelocationEntry &RE, in resolveRelocation() function in llvm::RuntimeDyldELF 857 return resolveRelocation(Section, RE.Offset, Value, RE.RelType, RE.Addend, in resolveRelocation() 861 void RuntimeDyldELF::resolveRelocation(const SectionEntry &Section, in resolveRelocation() function in llvm::RuntimeDyldELF 981 resolveRelocation(Section, Offset, (uint64_t)Section.Address + i->second, in processRelocationRef() 1012 resolveRelocation(Section, Offset, in processRelocationRef() 1027 resolveRelocation(Section, Offset, (uint64_t)Section.Address + i->second, in processRelocationRef() 1043 resolveRelocation(Section, Offset, in processRelocationRef() 1136 resolveRelocation(Section, Offset, in processRelocationRef() 1178 resolveRelocation(Section, Offset, in processRelocationRef() 1222 resolveRelocation(Sections[SectionID], Offset, Value.Addend, RelType, 0); in processRelocationRef() [all …]
|
H A D | RuntimeDyldImpl.h | 326 virtual void resolveRelocation(const RelocationEntry &RE, uint64_t Value) = 0;
|
H A D | RuntimeDyld.cpp | 707 resolveRelocation(RE, Value); in resolveRelocationList()
|
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldMachOX86_64.h | 68 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function 130 resolveRelocation(TargetRE, (uint64_t)Addr); in processGOTRelocation()
|
H A D | RuntimeDyldMachOARM.h | 90 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function 197 resolveRelocation(TargetRE, (uint64_t)Addr); in processBranchRelocation()
|
H A D | RuntimeDyldMachOI386.h | 82 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
|
H A D | RuntimeDyldMachOAArch64.h | 303 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
|
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-readobj/ |
H A D | Win64EHDumper.cpp | 137 static std::error_code resolveRelocation(const Dumper::Context &Ctx, in resolveRelocation() function 285 if (error(resolveRelocation(Ctx, Section, SectionOffset + 8, XData, Offset))) in printRuntimeFunction()
|
/minix3/external/bsd/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
|