Searched refs:ExternalSymbolRelocations (Results 1 – 2 of 2) sorted by relevance
858 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()
289 StringMap<RelocationList> ExternalSymbolRelocations; variable