Searched refs:nonScriptI (Results 1 – 1 of 1) sorted by relevance
1525 auto nonScriptI = std::find_if(i, e, [](SectionCommand *cmd) { in sortSections() local1532 std::stable_sort(nonScriptI, e, compareSections); in sortSections()1545 while (nonScriptI != e) { in sortSections()1546 auto pos = findOrphanPos(i, nonScriptI); in sortSections()1547 OutputSection *orphan = &cast<OutputDesc>(*nonScriptI)->osec; in sortSections()1552 auto end = std::find_if(nonScriptI + 1, e, [=](SectionCommand *cmd) { in sortSections()1555 std::rotate(pos, nonScriptI, end); in sortSections()1556 nonScriptI = end; in sortSections()