Home
last modified time | relevance | path

Searched refs:resolveARMRelocation (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h125 bool resolveARMRelocation(uintptr_t Address, uintptr_t Value, bool isPCRel,
DRuntimeDyldMachO.cpp34 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/
DRuntimeDyldELF.h43 void resolveARMRelocation(const SectionEntry &Section, uint64_t Offset,
DRuntimeDyldELF.cpp445 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/
DRuntimeDyldELF.h49 void resolveARMRelocation(const SectionEntry &Section, uint64_t Offset,
DRuntimeDyldELF.cpp484 void RuntimeDyldELF::resolveARMRelocation(const SectionEntry &Section, in resolveARMRelocation() function in llvm::RuntimeDyldELF
944 resolveARMRelocation(Section, Offset, (uint32_t)(Value & 0xffffffffL), Type, in resolveRelocation()