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

References

tools/lld/COFF/Writer.cpp
  308   chunks.insert(chunks.end(), other->chunks.begin(), other->chunks.end());
  308   chunks.insert(chunks.end(), other->chunks.begin(), other->chunks.end());
  309   other->chunks.clear();
  310   contribSections.insert(contribSections.end(), other->contribSections.begin(),
  311                          other->contribSections.end());
  312   other->contribSections.clear();