Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DConfig.h304 SortSectionPolicy sortSection; member
H A DLinkerScript.cpp482 sortSections(vec, config->sortSection); in sortInputSections()
501 config->sortSection, SortSectionPolicy::None); in computeInputSections()
H A DWriter.cpp1385 static void sortSection(OutputSection &osec, in sortSection() function
1441 sortSection(osd->osec, order); in sortInputSections()
H A DDriver.cpp1236 config->sortSection = getSortSection(args); in readConfigs()