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