Searched refs:unorderedSections (Results 1 – 1 of 1) sorted by relevance
1163 SmallVector<InputSection *, 0> unorderedSections; in sortISDBySectionOrder() local1173 unorderedSections.push_back(isec); in sortISDBySectionOrder()1218 for (; insPt != unorderedSections.size(); ++insPt) { in sortISDBySectionOrder()1219 unorderedPos += unorderedSections[insPt]->getSize(); in sortISDBySectionOrder()1226 for (InputSection *isec : ArrayRef(unorderedSections).slice(0, insPt)) in sortISDBySectionOrder()1230 for (InputSection *isec : ArrayRef(unorderedSections).slice(insPt)) in sortISDBySectionOrder()