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

References

tools/lld/COFF/InputFiles.cpp
  220   sparseChunks.resize(numSections + 1);
  224       sparseChunks[i] = pendingComdat;
  226       sparseChunks[i] = readSection(i, nullptr, "");
  310   SectionChunk *parent = sparseChunks[parentIndex];
  337     sparseChunks[sectionNumber] = c;
  343     sparseChunks[sectionNumber] = nullptr;
  354   SectionChunk *sc = sparseChunks[sectionNumber];
  380   SectionChunk *sc = sparseChunks[sym.getSectionNumber()];
  450     if (sparseChunks[sym.getSectionNumber()] == pendingComdat) {
  614   if ((uint32_t)sectionNumber >= sparseChunks.size())
  656       sparseChunks[sectionNumber] = c;
  661       sparseChunks[sectionNumber] = nullptr;
  668   if (sparseChunks[sectionNumber] == pendingComdat) {