Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp439 auto sortByPositionThenCommandLine = [&](size_t begin, size_t end) { in computeInputSections() local
492 sortByPositionThenCommandLine(sizeAfterPrevSort, sizeBeforeCurrPat); in computeInputSections()
503 sortByPositionThenCommandLine(sizeAfterPrevSort, ret.size()); in computeInputSections()