Home
last modified time | relevance | path

Searched refs:SEARCH_DIR (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/compile/mclinker/lib/Script/
H A DSearchDirCmd.cpp21 : ScriptCommand(ScriptCommand::SEARCH_DIR), m_Path(pPath) { in SearchDirCmd()
H A DScriptScanner.ll86 <LDSCRIPT>"SEARCH_DIR" { return token::SEARCH_DIR; }
H A DScriptParser.yy97 %token SEARCH_DIR
252 search_dir_command : SEARCH_DIR '(' STRING ')'
/aosp12/frameworks/compile/mclinker/include/mcld/Script/
H A DSearchDirCmd.h34 return pCmd->getKind() == ScriptCommand::SEARCH_DIR; in classof()
H A DScriptCommand.h31 SEARCH_DIR, enumerator