Home
last modified time | relevance | path

Searched refs:AssociatedSections (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/llvm/tools/llvm-objcopy/COFF/
DObject.cpp99 DenseSet<ssize_t> AssociatedSections; in removeSections() local
100 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()