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