Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp858 ExternalSymbolRelocations[SymbolName].push_back(RE); in addRelocationForSymbol()
1008 while (!ExternalSymbolRelocations.empty()) { in applyExternalSymbolRelocations()
1010 StringMap<RelocationList>::iterator i = ExternalSymbolRelocations.begin(); in applyExternalSymbolRelocations()
1034 i = ExternalSymbolRelocations.find(Name); in applyExternalSymbolRelocations()
1067 ExternalSymbolRelocations.erase(i); in applyExternalSymbolRelocations()
1082 for (auto &RelocKV : ExternalSymbolRelocations) { in resolveExternalSymbols()
1162 for (auto &RelocKV : SharedThis->ExternalSymbolRelocations) { in finalizeAsync()
H A DRuntimeDyldImpl.h289 StringMap<RelocationList> ExternalSymbolRelocations; variable