Searched refs:AssociatedSections (Results 1 – 1 of 1) sorted by relevance
99 DenseSet<ssize_t> AssociatedSections; in removeSections() local100 auto RemoveAssociated = [&AssociatedSections](const Section &Sec) { in removeSections()101 return AssociatedSections.count(Sec.UniqueId) == 1; in removeSections()115 AssociatedSections.clear(); in removeSections()119 [&RemovedSections, &AssociatedSections](const Symbol &Sym) { in removeSections()126 AssociatedSections.insert(Sym.TargetSectionId); in removeSections()131 } while (!AssociatedSections.empty()); in removeSections()