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

Declarations

tools/lld/COFF/InputFiles.h
  214   const coff_section* getSection(uint32_t i);

References

tools/lld/COFF/InputFiles.cpp
  222     const coff_section *sec = getSection(i);
  233   const coff_section *sec = getSection(sectionNumber);
  317     const coff_section *parentSec = getSection(parentIndex);
tools/lld/COFF/InputFiles.h
  216     return getSection(sym.getSectionNumber());