Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp962 ExternalSymbolRelocations[SymbolName].push_back(RE); in addRelocationForSymbol()
1116 for (auto &RelocKV : ExternalSymbolRelocations) { in applyExternalSymbolRelocations()
1162 ExternalSymbolRelocations.clear(); in applyExternalSymbolRelocations()
1176 for (auto &RelocKV : ExternalSymbolRelocations) { in resolveExternalSymbols()
1258 for (auto &RelocKV : SharedThis->ExternalSymbolRelocations) { in finalizeAsync()
H A DRuntimeDyldImpl.h283 StringMap<RelocationList> ExternalSymbolRelocations; variable