Searched refs:RemovedSections (Results 1 – 3 of 3) sorted by relevance
96 DenseSet<ssize_t> RemovedSections; in removeSections() local97 llvm::erase_if(Sections, [ToRemove, &RemovedSections](const Section &Sec) { in removeSections()100 RemovedSections.insert(Sec.UniqueId); in removeSections()106 Symbols, [&RemovedSections, &AssociatedSections](const Symbol &Sym) { in removeSections()111 if (RemovedSections.contains(Sym.AssociativeComdatTargetSectionId)) in removeSections()113 return RemovedSections.contains(Sym.TargetSectionId); in removeSections()
1164 std::vector<SecPtr> RemovedSections; variable1222 SectionTableRef removedSections() { return SectionTableRef(RemovedSections); } in removedSections()
2252 std::move(Iter, Sections.end(), std::back_inserter(RemovedSections)); in removeSections()