Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp1112 for (auto &RelocKV : ExternalSymbolRelocations) { in applyExternalSymbolRelocations() local
1113 StringRef Name = RelocKV.first(); in applyExternalSymbolRelocations()
1114 RelocationList &Relocs = RelocKV.second; in applyExternalSymbolRelocations()
1172 for (auto &RelocKV : ExternalSymbolRelocations) { in resolveExternalSymbols() local
1173 StringRef Name = RelocKV.first(); in resolveExternalSymbols()
1254 for (auto &RelocKV : SharedThis->ExternalSymbolRelocations) { in finalizeAsync() local
1255 StringRef Name = RelocKV.first(); in finalizeAsync()