Searched refs:ExternalSymbolRelocations (Results 1 – 2 of 2) sorted by relevance
961 ExternalSymbolRelocations[SymbolName].push_back(RE); in addRelocationForSymbol()1126 for (auto &RelocKV : ExternalSymbolRelocations) { in applyExternalSymbolRelocations()1172 ExternalSymbolRelocations.clear(); in applyExternalSymbolRelocations()1186 for (auto &RelocKV : ExternalSymbolRelocations) { in resolveExternalSymbols()1268 for (auto &RelocKV : SharedThis->ExternalSymbolRelocations) { in finalizeAsync()
278 StringMap<RelocationList> ExternalSymbolRelocations; variable