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

/frameworks/compile/mclinker/lib/Script/
H A DSearchDirCmd.cpp21 : ScriptCommand(ScriptCommand::SEARCH_DIR), m_Path(pPath) {
28 mcld::outs() << "SEARCH_DIR ( " << m_Path << " )\n";
H A DScriptParser.yy97 %token SEARCH_DIR
252 search_dir_command : SEARCH_DIR '(' STRING ')'
H A DScriptScanner.ll86 <LDSCRIPT>"SEARCH_DIR" { return token::SEARCH_DIR; }
/frameworks/compile/mclinker/include/mcld/Script/
H A DSearchDirCmd.h21 * \brief This class defines the interfaces to SEARCH_DIR command.
34 return pCmd->getKind() == ScriptCommand::SEARCH_DIR;
H A DScriptCommand.h31 SEARCH_DIR, enumerator in enum:mcld::ScriptCommand::Kind

Completed in 70 milliseconds