Searched refs:RemoveSections (Results 1 – 1 of 1) sorted by relevance
2135 std::unordered_set<const SectionBase *> RemoveSections; in removeSections() local2136 RemoveSections.reserve(std::distance(Iter, std::end(Sections))); in removeSections()2141 RemoveSections.insert(RemoveSec.get()); in removeSections()2151 AllowBrokenLinks, [&RemoveSections](const SectionBase *Sec) { in removeSections()2152 return RemoveSections.find(Sec) != RemoveSections.end(); in removeSections()