Lines Matching refs:SectionIndex
96 COFFLinkGraphBuilder::getCOFFSectionName(COFFSectionIndex SectionIndex, in getCOFFSectionName() argument
99 switch (SectionIndex) { in getCOFFSectionName()
218 COFFSectionIndex SectionIndex = Sym->getSectionNumber(); in graphifySymbols() local
221 if (!COFF::isReservedSectionNumber(SectionIndex)) { in graphifySymbols()
222 auto SecOrErr = Obj.getSection(SectionIndex); in graphifySymbols()
225 "Invalid COFF section number:" + formatv("{0:d}: ", SectionIndex) + in graphifySymbols()
236 << getCOFFSectionName(SectionIndex, Sec, *Sym) in graphifySymbols()
237 << " (index: " << SectionIndex << ") \n"; in graphifySymbols()
258 << getCOFFSectionName(SectionIndex, Sec, *Sym) in graphifySymbols()
259 << " (index: " << SectionIndex << ") \n"; in graphifySymbols()
267 setGraphSymbol(SectionIndex, SymIndex, *GSym); in graphifySymbols()