Home
last modified time | relevance | path

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

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