Searched refs:RemoveSec (Results 1 – 1 of 1) sorted by relevance
2224 for (auto &RemoveSec : make_range(Iter, std::end(Sections))) { in removeSections() local2226 Segment->removeSection(RemoveSec.get()); in removeSections()2227 RemoveSec->onRemove(); in removeSections()2228 RemoveSections.insert(RemoveSec.get()); in removeSections()