Searched refs:resolveX86_64Relocation (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldImpl.h | 123 bool resolveX86_64Relocation(uintptr_t Address, uintptr_t Value, bool isPCRel,
|
D | RuntimeDyldMachO.cpp | 31 return resolveX86_64Relocation((uintptr_t)Address, (uintptr_t)Value, in resolveRelocation() 41 resolveX86_64Relocation(uintptr_t Address, uintptr_t Value, in resolveX86_64Relocation() function in llvm::RuntimeDyldMachO
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.h | 33 void resolveX86_64Relocation(const SectionEntry &Section, uint64_t Offset,
|
D | RuntimeDyldELF.cpp | 226 void RuntimeDyldELF::resolveX86_64Relocation(const SectionEntry &Section, in resolveX86_64Relocation() function in llvm::RuntimeDyldELF 1110 resolveX86_64Relocation(Section, Offset, Value, Type, Addend, SymOffset); in resolveRelocation()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.h | 33 void resolveX86_64Relocation(const SectionEntry &Section, uint64_t Offset,
|
D | RuntimeDyldELF.cpp | 263 void RuntimeDyldELF::resolveX86_64Relocation(const SectionEntry &Section, in resolveX86_64Relocation() function in llvm::RuntimeDyldELF 930 resolveX86_64Relocation(Section, Offset, Value, Type, Addend, SymOffset); in resolveRelocation()
|