Searched defs:resolveRelocation (Results 1 – 10 of 10) sorted by relevance
| /external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| D | RuntimeDyldCOFFI386.h | 132 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
|
| D | RuntimeDyldCOFFThumb.h | 142 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
|
| D | RuntimeDyldCOFFX86_64.h | 63 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
|
| D | RuntimeDyldMachOX86_64.h | 87 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
|
| D | RuntimeDyldMachOARM.h | 115 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
|
| D | RuntimeDyldMachOI386.h | 99 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
|
| D | RuntimeDyldMachOAArch64.h | 311 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
|
| /external/llvm/tools/llvm-readobj/ |
| D | Win64EHDumper.cpp | 141 static std::error_code resolveRelocation(const Dumper::Context &Ctx, in resolveRelocation() function
|
| /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/ |
| D | RuntimeDyldMachO.cpp | 25 resolveRelocation(uint8_t *Address, uint8_t *Value, bool isPCRel, in resolveRelocation() function in llvm::RuntimeDyldMachO
|
| /external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| D | RuntimeDyldELF.cpp | 1097 void RuntimeDyldELF::resolveRelocation(const RelocationEntry &RE, in resolveRelocation() function in llvm::RuntimeDyldELF 1104 void RuntimeDyldELF::resolveRelocation(const SectionEntry &Section, in resolveRelocation() function in llvm::RuntimeDyldELF
|