| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldELF.cpp | 917 void RuntimeDyldELF::resolveRelocation(const RelocationEntry &RE, in resolveRelocation() function in llvm::RuntimeDyldELF 924 void RuntimeDyldELF::resolveRelocation(const SectionEntry &Section, in resolveRelocation() function in llvm::RuntimeDyldELF 1037 resolveRelocation(Sections[SectionID], Offset, Address, RelI->getType(), in resolveAArch64ShortBranch() 1056 resolveRelocation(Section, Offset, in resolveAArch64Branch() 1090 resolveRelocation(Section, Offset, in resolveAArch64Branch() 1222 resolveRelocation( in processRelocationRef() 1240 resolveRelocation(Section, Offset, reinterpret_cast<uint64_t>( in processRelocationRef() 1481 resolveRelocation(Section, Offset, in processRelocationRef() 1525 resolveRelocation(Section, Offset, reinterpret_cast<uint64_t>( in processRelocationRef() 1640 resolveRelocation(Section, Offset, StubAddress, RelType, Addend); in processRelocationRef() [all …]
|
| H A D | RuntimeDyldELF.h | 29 void resolveRelocation(const SectionEntry &Section, uint64_t Offset, 176 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override;
|
| H A D | RuntimeDyldImpl.h | 425 virtual void resolveRelocation(const RelocationEntry &RE, uint64_t Value) = 0;
|
| H A D | RuntimeDyld.cpp | 1002 resolveRelocation(RE, Value); in resolveRelocationList()
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| H A D | RuntimeDyldCOFFX86_64.h | 87 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function 180 resolveRelocation(RE, Section.getLoadAddressWithOffset(StubOffset)); in generateRelocationStub()
|
| H A D | RuntimeDyldELFMips.h | 29 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override;
|
| H A D | RuntimeDyldMachOX86_64.h | 87 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function 155 resolveRelocation(TargetRE, (uint64_t)Addr); in processGOTRelocation()
|
| H A D | RuntimeDyldMachOARM.h | 204 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function 339 resolveRelocation(TargetRE, (uint64_t)Addr); in processBranchRelocation()
|
| H A D | RuntimeDyldCOFFI386.h | 132 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
|
| H A D | RuntimeDyldMachOI386.h | 99 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
|
| H A D | RuntimeDyldCOFFThumb.h | 172 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
|
| H A D | RuntimeDyldELFMips.cpp | 15 void RuntimeDyldELFMips::resolveRelocation(const RelocationEntry &RE, in resolveRelocation() function in RuntimeDyldELFMips
|
| H A D | RuntimeDyldMachOAArch64.h | 356 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
|
| /freebsd-12.1/contrib/llvm/tools/llvm-readobj/ |
| H A D | Win64EHDumper.cpp | 141 static std::error_code resolveRelocation(const Dumper::Context &Ctx, in resolveRelocation() function 290 resolveRelocation(Ctx, Section, SectionOffset + 8, XData, Offset); in printRuntimeFunction()
|