Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DConfig.h257 SortSectionPolicy sortSection; member
H A DLinkerScript.cpp426 sortSections(vec, config->sortSection); in sortInputSections()
445 config->sortSection, SortSectionPolicy::None); in computeInputSections()
H A DWriter.cpp1458 static void sortSection(OutputSection *sec, in sortSection() function
1525 sortSection(sec, order); in sortInputSections()
H A DDriver.cpp1137 config->sortSection = getSortSection(args); in readConfigs()