Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h431 SortSectionPolicy sortSection; member
H A DLinkerScript.cpp515 sortSections(vec, ctx.arg.sortSection); in sortInputSections()
548 ctx.arg.sortSection, SortSectionPolicy::None); in computeInputSections()
H A DWriter.cpp1234 static void sortSection(Ctx &ctx, OutputSection &osec, in sortSection() function
1282 sortSection(ctx, osd->osec, order); in sortInputSections()
H A DDriver.cpp1548 ctx.arg.sortSection = getSortSection(ctx, args); in readConfigs()