Lines Matching defs:SecIndex
126 for (COFFSectionIndex SecIndex = 1;
127 SecIndex <= static_cast<COFFSectionIndex>(Obj.getNumberOfSections());
128 SecIndex++) {
129 Expected<const object::coff_section *> Sec = Obj.getSection(SecIndex);
194 setGraphBlock(SecIndex, B);
406 for (COFFSectionIndex SecIndex = 1;
407 SecIndex <= static_cast<COFFSectionIndex>(Obj.getNumberOfSections());
408 SecIndex++) {
409 auto &SymbolSet = SymbolSets[SecIndex];
412 jitlink::Block *B = getGraphBlock(SecIndex);