Lines Matching refs:SectionIndex
96 COFFLinkGraphBuilder::getCOFFSectionName(COFFSectionIndex SectionIndex, in getCOFFSectionName() argument
99 switch (SectionIndex) { in getCOFFSectionName()
205 COFFSectionIndex SectionIndex = Sym->getSectionNumber(); in graphifySymbols() local
208 if (!COFF::isReservedSectionNumber(SectionIndex)) { in graphifySymbols()
209 auto SecOrErr = Obj.getSection(SectionIndex); in graphifySymbols()
212 "Invalid COFF section number:" + formatv("{0:d}: ", SectionIndex) + in graphifySymbols()
223 << getCOFFSectionName(SectionIndex, Sec, *Sym) in graphifySymbols()
224 << " (index: " << SectionIndex << ") \n"; in graphifySymbols()
231 << getCOFFSectionName(SectionIndex, Sec, *Sym) in graphifySymbols()
232 << " (index: " << SectionIndex << ") \n"; in graphifySymbols()
255 << getCOFFSectionName(SectionIndex, Sec, *Sym) in graphifySymbols()
256 << " (index: " << SectionIndex << ") \n"; in graphifySymbols()
264 setGraphSymbol(SectionIndex, SymIndex, *GSym); in graphifySymbols()