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