Searched refs:unorderedSections (Results 1 – 1 of 1) sorted by relevance
1116 SmallVector<InputSection *, 0> unorderedSections; in sortISDBySectionOrder() local1126 unorderedSections.push_back(isec); in sortISDBySectionOrder()1171 for (; insPt != unorderedSections.size(); ++insPt) { in sortISDBySectionOrder()1172 unorderedPos += unorderedSections[insPt]->getSize(); in sortISDBySectionOrder()1179 for (InputSection *isec : ArrayRef(unorderedSections).slice(0, insPt)) in sortISDBySectionOrder()1183 for (InputSection *isec : ArrayRef(unorderedSections).slice(insPt)) in sortISDBySectionOrder()