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