Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp1126 for (auto &RelocKV : ExternalSymbolRelocations) { in applyExternalSymbolRelocations() local
1127 StringRef Name = RelocKV.first(); in applyExternalSymbolRelocations()
1128 RelocationList &Relocs = RelocKV.second; in applyExternalSymbolRelocations()
1186 for (auto &RelocKV : ExternalSymbolRelocations) { in resolveExternalSymbols() local
1187 StringRef Name = RelocKV.first(); in resolveExternalSymbols()
1268 for (auto &RelocKV : SharedThis->ExternalSymbolRelocations) { in finalizeAsync() local
1269 StringRef Name = RelocKV.first(); in finalizeAsync()