Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DLinkerScript.h151 SortInner(SortSectionPolicy::Default) {} in SectionPattern()
156 SortSectionPolicy SortInner; member
H A DLinkerScript.cpp368 if (Pat.SortInner == SortSectionPolicy::Default) in sortInputSections()
371 sortSections(Vec, Pat.SortInner); in sortInputSections()
H A DScriptParser.cpp686 Pat.SortInner = Inner; in readInputSectionRules()