Searched refs:unorderedSections (Results 1 – 1 of 1) sorted by relevance
1397 std::vector<InputSection *> unorderedSections; in sortISDBySectionOrder() local1404 unorderedSections.push_back(isec); in sortISDBySectionOrder()1442 for (; insPt != unorderedSections.size(); ++insPt) { in sortISDBySectionOrder()1443 unorderedPos += unorderedSections[insPt]->getSize(); in sortISDBySectionOrder()1450 for (InputSection *isec : makeArrayRef(unorderedSections).slice(0, insPt)) in sortISDBySectionOrder()1454 for (InputSection *isec : makeArrayRef(unorderedSections).slice(insPt)) in sortISDBySectionOrder()