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

References

tools/llvm-objcopy/COFF/Object.cpp
   96                        [ToRemove, &RemovedSections](const Section &Sec) {
   99                            RemovedSections.insert(Sec.UniqueId);
  108             [&RemovedSections, &AssociatedSections](const Symbol &Sym) {
  113               if (RemovedSections.count(Sym.AssociativeComdatTargetSectionId) ==
  116               return RemovedSections.count(Sym.TargetSectionId) == 1;