Searched refs:resolveRelocationList (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
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()
|
D | RuntimeDyldImpl.h | 383 void resolveRelocationList(const RelocationList &Relocs, uint64_t Value);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 143 resolveRelocationList(it->second, Addr); in resolveRelocations() 984 void RuntimeDyldImpl::resolveRelocationList(const RelocationList &Relocs, in resolveRelocationList() function in llvm::RuntimeDyldImpl 1041 resolveRelocationList(Relocs, 0); in resolveExternalSymbols() 1086 resolveRelocationList(Relocs, Addr); in resolveExternalSymbols()
|
D | RuntimeDyldImpl.h | 420 void resolveRelocationList(const RelocationList &Relocs, uint64_t Value);
|