Lines Matching defs:SecIndex
120 for (COFFSectionIndex SecIndex = 1;
121 SecIndex <= static_cast<COFFSectionIndex>(Obj.getNumberOfSections());
122 SecIndex++) {
123 Expected<const object::coff_section *> Sec = Obj.getSection(SecIndex);
188 setGraphBlock(SecIndex, B);
407 for (COFFSectionIndex SecIndex = 1;
408 SecIndex <= static_cast<COFFSectionIndex>(Obj.getNumberOfSections());
409 SecIndex++) {
410 auto &SymbolSet = SymbolSets[SecIndex];
413 jitlink::Block *B = getGraphBlock(SecIndex);