Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h123 bool resolveX86_64Relocation(uintptr_t Address, uintptr_t Value, bool isPCRel,
DRuntimeDyldMachO.cpp31 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/
DRuntimeDyldELF.h33 void resolveX86_64Relocation(const SectionEntry &Section, uint64_t Offset,
DRuntimeDyldELF.cpp226 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/
DRuntimeDyldELF.h33 void resolveX86_64Relocation(const SectionEntry &Section, uint64_t Offset,
DRuntimeDyldELF.cpp263 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()