Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DLinkerScript.cpp494 auto sortByPositionThenCommandLine = [&](size_t begin, size_t end) { in computeInputSections() local
547 sortByPositionThenCommandLine(sizeAfterPrevSort, sizeBeforeCurrPat); in computeInputSections()
558 sortByPositionThenCommandLine(sizeAfterPrevSort, ret.size()); in computeInputSections()