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

References

tools/lld/COFF/InputFiles.cpp
  277     debugChunks.push_back(c);
  686   if (SectionChunk *sec = SectionChunk::findByName(debugChunks, secName))
tools/lld/COFF/InputFiles.h
  140   ArrayRef<SectionChunk *> getDebugChunks() { return debugChunks; }