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

Declarations

tools/lld/COFF/Chunks.h
  104   OutputSection *getOutputSection() const;

References

tools/lld/COFF/Chunks.cpp
  381     OutputSection *os = c ? c->getOutputSection() : nullptr;
tools/lld/COFF/PDB.cpp
  950   OutputSection *os = c ? c->getOutputSection() : nullptr;
 1262   OutputSection *os = def->getChunk()->getOutputSection();
 1547     OutputSection *thunkOS = thunkChunk->getOutputSection();
tools/lld/COFF/Writer.cpp
  105       OutputSection *os = record->getOutputSection();
 1099     OutputSection *os = c->getOutputSection();
 1817     OutputSection *os = c->getOutputSection();