Home
last modified time | relevance | path

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

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