Home | History | Annotate | Download | only in AsmPrinter

Lines Matching full:secidx

1322     unsigned SecIdx = CPSections.size();
1323 while (SecIdx != 0) {
1324 if (CPSections[--SecIdx].S == S) {
1330 SecIdx = CPSections.size();
1334 if (Align > CPSections[SecIdx].Alignment)
1335 CPSections[SecIdx].Alignment = Align;
1336 CPSections[SecIdx].CPEs.push_back(i);