Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DWriter.cpp1397 std::vector<InputSection *> unorderedSections; in sortISDBySectionOrder() local
1404 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()