Searched refs:unorderedSections (Results 1 – 1 of 1) sorted by relevance
1378 SmallVector<InputSection *, 0> unorderedSections; in sortISDBySectionOrder() local1388 unorderedSections.push_back(isec); in sortISDBySectionOrder()1433 for (; insPt != unorderedSections.size(); ++insPt) { in sortISDBySectionOrder()1434 unorderedPos += unorderedSections[insPt]->getSize(); in sortISDBySectionOrder()1441 for (InputSection *isec : ArrayRef(unorderedSections).slice(0, insPt)) in sortISDBySectionOrder()1445 for (InputSection *isec : ArrayRef(unorderedSections).slice(insPt)) in sortISDBySectionOrder()