reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
214 const coff_section* getSection(uint32_t i);
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());