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

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/
H A DObject.cpp88 DenseSet<ssize_t> AssociatedSections; local
89 auto RemoveAssociated = [&AssociatedSections](const Section &Sec) {
90 return AssociatedSections.count(Sec.UniqueId) == 1;
104 AssociatedSections.clear();
108 [&RemovedSections, &AssociatedSections](const Symbol &Sym) {
115 AssociatedSections.insert(Sym.TargetSectionId);
120 } while (!AssociatedSections.empty());

Completed in 50 milliseconds