reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-objcopy/COFF/Object.cpp
   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());