Searched refs:RemovedSections (Results 1 – 3 of 3) sorted by relevance
95 DenseSet<ssize_t> RemovedSections; in removeSections() local96 llvm::erase_if(Sections, [ToRemove, &RemovedSections](const Section &Sec) { in removeSections()99 RemovedSections.insert(Sec.UniqueId); in removeSections()105 Symbols, [&RemovedSections, &AssociatedSections](const Symbol &Sym) { in removeSections()110 if (RemovedSections.contains(Sym.AssociativeComdatTargetSectionId)) in removeSections()112 return RemovedSections.contains(Sym.TargetSectionId); in removeSections()
1160 std::vector<SecPtr> RemovedSections; variable1215 SectionTableRef removedSections() { return SectionTableRef(RemovedSections); } in removedSections()
2246 std::move(Iter, Sections.end(), std::back_inserter(RemovedSections)); in removeSections()