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

References

tools/lld/COFF/Writer.cpp
  865     StringRef name = getOutputSectionName(pSec->name);
  866     uint32_t outChars = pSec->characteristics;
  875       log("Processing section " + pSec->name + " -> " + name);
  877       sortCRTSectionChunks(pSec->chunks);
  881     for (Chunk *c : pSec->chunks)
  884     sec->addContributingPartialSection(pSec);