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

Declarations

tools/lld/COFF/Chunks.h
  301   static SectionChunk *findByName(ArrayRef<SectionChunk *> sections,

References

tools/lld/COFF/InputFiles.cpp
  686   if (SectionChunk *sec = SectionChunk::findByName(debugChunks, secName))
tools/lld/COFF/PDB.cpp
  304       SectionChunk::findByName(file->getDebugChunks(), ".debug$H");