Home
last modified time | relevance | path

Searched refs:unorderedSections (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/lld/ELF/
H A DWriter.cpp1322 SmallVector<InputSection *, 0> unorderedSections; in sortISDBySectionOrder() local
1332 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()