Searched refs:unorderedSections (Results 1 – 1 of 1) sorted by relevance
1322 SmallVector<InputSection *, 0> unorderedSections; in sortISDBySectionOrder() local1332 unorderedSections.push_back(isec); in sortISDBySectionOrder()1377 for (; insPt != unorderedSections.size(); ++insPt) { in sortISDBySectionOrder()1378 unorderedPos += unorderedSections[insPt]->getSize(); in sortISDBySectionOrder()1385 for (InputSection *isec : makeArrayRef(unorderedSections).slice(0, insPt)) in sortISDBySectionOrder()1389 for (InputSection *isec : makeArrayRef(unorderedSections).slice(insPt)) in sortISDBySectionOrder()