Lines Matching defs:SectionIndex
90 COFFLinkGraphBuilder::getCOFFSectionName(COFFSectionIndex SectionIndex,
93 switch (SectionIndex) {
212 COFFSectionIndex SectionIndex = Sym->getSectionNumber();
215 if (!COFF::isReservedSectionNumber(SectionIndex)) {
216 auto SecOrErr = Obj.getSection(SectionIndex);
219 "Invalid COFF section number:" + formatv("{0:d}: ", SectionIndex) +
231 << getCOFFSectionName(SectionIndex, Sec, *Sym)
232 << " (index: " << SectionIndex << ") \n";
253 << getCOFFSectionName(SectionIndex, Sec, *Sym)
254 << " (index: " << SectionIndex << ") \n";
262 setGraphSymbol(SectionIndex, SymIndex, *GSym);