Searched refs:potentialSpillLists (Results 1 – 3 of 3) sorted by relevance
667 potentialSpillLists.try_emplace(sec, PotentialSpillList{pss, pss}); in computeInputSections()806 if (!potentialSpillLists.empty()) { in processSectionCommands()823 potentialSpillLists.contains(isec)) in processSectionCommands()1574 if (potentialSpillLists.empty()) in spillSections()1605 auto it = potentialSpillLists.find(isec); in spillSections()1606 if (it == potentialSpillLists.end()) in spillSections()1626 potentialSpillLists.erase(isec); in spillSections()1681 if (potentialSpillLists.empty()) in erasePotentialSpillSections()1687 for (const auto &[_, list] : potentialSpillLists) in erasePotentialSpillSections()1696 potentialSpillLists.clear(); in erasePotentialSpillSections()
247 auto it = script->potentialSpillLists.find(ms); in finalizeInputSections()248 if (it != script->potentialSpillLists.end()) in finalizeInputSections()249 script->potentialSpillLists.try_emplace(syn, it->second); in finalizeInputSections()266 if (auto it = script->potentialSpillLists.find(ms); in finalizeInputSections()267 it != script->potentialSpillLists.end()) { in finalizeInputSections()
466 llvm::DenseMap<InputSectionBase *, PotentialSpillList> potentialSpillLists; variable