Home
last modified time | relevance | path

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

/aosp12/frameworks/compile/mclinker/include/mcld/Script/
H A DWildcardPattern.h32 SORT_BY_INIT_PRIORITY enumerator
/aosp12/frameworks/compile/mclinker/lib/Script/
H A DScriptParser.yy151 %token SORT_BY_INIT_PRIORITY
578 | SORT_BY_INIT_PRIORITY '(' wildcard_pattern ')'
579 { $$ = WildcardPattern::create(*$3, WildcardPattern::SORT_BY_INIT_PRIORITY); }
H A DScriptScanner.ll140 <LDSCRIPT>"SORT_BY_INIT_PRIORITY" { return token::SORT_BY_INIT_PRIORITY; }