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

References

tools/lld/COFF/PDB.cpp
 1501   for (PartialSection *sec : os.contribSections) {
tools/lld/COFF/Writer.cpp
  310   contribSections.insert(contribSections.end(), other->contribSections.begin(),
  310   contribSections.insert(contribSections.end(), other->contribSections.begin(),
  310   contribSections.insert(contribSections.end(), other->contribSections.begin(),
  311                          other->contribSections.end());
  312   other->contribSections.clear();
  331   contribSections.push_back(sec);