Searched refs:resolveX86Relocation (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldELF.h | 36 void resolveX86Relocation(const SectionEntry &Section, uint64_t Offset,
|
H A D | RuntimeDyldELF.cpp | 339 void RuntimeDyldELF::resolveX86Relocation(const SectionEntry &Section, in resolveX86Relocation() function in llvm::RuntimeDyldELF 943 resolveX86Relocation(Section, Offset, (uint32_t)(Value & 0xffffffffL), Type, in resolveRelocation()
|
/aosp_15_r20/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldELF.h | 37 void resolveX86Relocation(const SectionEntry &Section, uint64_t Offset,
|
H A D | RuntimeDyldELF.cpp | 281 void RuntimeDyldELF::resolveX86Relocation(const SectionEntry &Section, in resolveX86Relocation() function in llvm::RuntimeDyldELF 1113 resolveX86Relocation(Section, Offset, (uint32_t)(Value & 0xffffffffL), Type, in resolveRelocation()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldELF.h | 36 void resolveX86Relocation(const SectionEntry &Section, uint64_t Offset,
|
H A D | RuntimeDyldELF.cpp | 377 void RuntimeDyldELF::resolveX86Relocation(const SectionEntry &Section, in resolveX86Relocation() function in llvm::RuntimeDyldELF 1046 resolveX86Relocation(Section, Offset, (uint32_t)(Value & 0xffffffffL), Type, in resolveRelocation()
|