Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DLinkerScript.h150 SortOuter(SortSectionPolicy::Default), in SectionPattern()
155 SortSectionPolicy SortOuter; member
H A DLinkerScript.cpp365 if (Pat.SortOuter == SortSectionPolicy::None) in sortInputSections()
372 sortSections(Vec, Pat.SortOuter); in sortInputSections()
H A DScriptParser.cpp687 Pat.SortOuter = Outer; in readInputSectionRules()