Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DConfig.h271 SortSectionPolicy sortSection; member
H A DLinkerScript.cpp481 sortSections(vec, config->sortSection); in sortInputSections()
500 config->sortSection, SortSectionPolicy::None); in computeInputSections()
H A DWriter.cpp1393 static void sortSection(OutputSection &osec, in sortSection() function
1449 sortSection(osd->osec, order); in sortInputSections()
H A DDriver.cpp1180 config->sortSection = getSortSection(args); in readConfigs()