Searched defs:resolveRelocation (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldCOFFI386.h | 142 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 { resolveRelocation() function
|
H A D | RuntimeDyldMachOX86_64.h | 85 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
|
H A D | RuntimeDyldCOFFX86_64.h | 87 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 | RuntimeDyldMachOI386.h | 97 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
|
H A D | RuntimeDyldCOFFAArch64.h | 257 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
|
H A D | RuntimeDyldMachOAArch64.h | 355 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
|
/freebsd/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
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | RelocationResolver.cpp | 865 uint64_t resolveRelocation(RelocationResolver Resolver, const RelocationRef &R, resolveRelocation() function
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldELF.cpp | 1034 void RuntimeDyldELF::resolveRelocation(const RelocationEntry &RE, in resolveRelocation() function in llvm::RuntimeDyldELF 1041 void RuntimeDyldELF::resolveRelocation(const SectionEntry &Section, in resolveRelocation() function in llvm::RuntimeDyldELF
|