Searched refs:resolveRelocationList (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyld.cpp | 140 resolveRelocationList(it->second, Addr); in resolveRelocations() 891 void RuntimeDyldImpl::resolveRelocationList(const RelocationList &Relocs, in resolveRelocationList() function in llvm::RuntimeDyldImpl 912 resolveRelocationList(Relocs, 0); in resolveExternalSymbols() 952 resolveRelocationList(Relocs, Addr); in resolveExternalSymbols()
|
H A D | RuntimeDyldImpl.h | 383 void resolveRelocationList(const RelocationList &Relocs, uint64_t Value);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyld.cpp | 155 resolveRelocationList(Rel.second, Addr); in resolveLocalRelocations() 1098 void RuntimeDyldImpl::resolveRelocationList(const RelocationList &Relocs, in resolveRelocationList() function in llvm::RuntimeDyldImpl 1119 resolveRelocationList(Relocs, 0); in applyExternalSymbolRelocations() 1154 resolveRelocationList(Relocs, Addr); in applyExternalSymbolRelocations()
|
H A D | RuntimeDyldImpl.h | 396 void resolveRelocationList(const RelocationList &Relocs, uint64_t Value);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyld.cpp | 153 resolveRelocationList(it->second, Addr); in resolveLocalRelocations() 1059 void RuntimeDyldImpl::resolveRelocationList(const RelocationList &Relocs, in resolveRelocationList() function in llvm::RuntimeDyldImpl 1082 resolveRelocationList(Relocs, 0); in applyExternalSymbolRelocations() 1127 resolveRelocationList(Relocs, Addr); in applyExternalSymbolRelocations()
|
H A D | RuntimeDyldImpl.h | 411 void resolveRelocationList(const RelocationList &Relocs, uint64_t Value);
|