Searched refs:resolveARMRelocation (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldImpl.h | 125 bool resolveARMRelocation(uintptr_t Address, uintptr_t Value, bool isPCRel,
|
D | RuntimeDyldMachO.cpp | 34 return resolveARMRelocation((uintptr_t)Address, (uintptr_t)Value, in resolveRelocation() 78 bool RuntimeDyldMachO::resolveARMRelocation(uintptr_t Address, uintptr_t Value, in resolveARMRelocation() function in llvm::RuntimeDyldMachO
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.h | 43 void resolveARMRelocation(const SectionEntry &Section, uint64_t Offset,
|
D | RuntimeDyldELF.cpp | 445 void RuntimeDyldELF::resolveARMRelocation(const SectionEntry &Section, in resolveARMRelocation() function in llvm::RuntimeDyldELF 1124 resolveARMRelocation(Section, Offset, (uint32_t)(Value & 0xffffffffL), Type, in resolveRelocation()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.h | 49 void resolveARMRelocation(const SectionEntry &Section, uint64_t Offset,
|
D | RuntimeDyldELF.cpp | 484 void RuntimeDyldELF::resolveARMRelocation(const SectionEntry &Section, in resolveARMRelocation() function in llvm::RuntimeDyldELF 944 resolveARMRelocation(Section, Offset, (uint32_t)(Value & 0xffffffffL), Type, in resolveRelocation()
|