Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp958 ExternalSymbolRelocations[SymbolName].push_back(RE); in addRelocationForSymbol()
1112 for (auto &RelocKV : ExternalSymbolRelocations) { in applyExternalSymbolRelocations()
1158 ExternalSymbolRelocations.clear(); in applyExternalSymbolRelocations()
1172 for (auto &RelocKV : ExternalSymbolRelocations) { in resolveExternalSymbols()
1254 for (auto &RelocKV : SharedThis->ExternalSymbolRelocations) { in finalizeAsync()
H A DRuntimeDyldImpl.h283 StringMap<RelocationList> ExternalSymbolRelocations; variable