Searched refs:RemovedSections (Results 1 – 3 of 3) sorted by relevance
104 DenseSet<ssize_t> RemovedSections; in removeSections() local107 [ToRemove, &RemovedSections](const Section &Sec) { in removeSections()110 RemovedSections.insert(Sec.UniqueId); in removeSections()119 [&RemovedSections, &AssociatedSections](const Symbol &Sym) { in removeSections()124 if (RemovedSections.count(Sym.AssociativeComdatTargetSectionId) == in removeSections()127 return RemovedSections.count(Sym.TargetSectionId) == 1; in removeSections()
1015 std::vector<SecPtr> RemovedSections; variable1071 SectionTableRef removedSections() { return SectionTableRef(RemovedSections); } in removedSections()
2146 std::move(Iter, Sections.end(), std::back_inserter(RemovedSections)); in removeSections()