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

/frameworks/compile/mclinker/lib/Script/
H A DOutputArchCmd.cpp18 : ScriptCommand(ScriptCommand::OUTPUT_ARCH), m_Arch(pArch) {
25 mcld::outs() << "OUTPUT_ARCH ( " << m_Arch << " )\n";
H A DScriptParser.yy109 %token OUTPUT_ARCH
260 output_arch_command : OUTPUT_ARCH '(' STRING ')'
H A DScriptScanner.ll98 <LDSCRIPT>"OUTPUT_ARCH" { return token::OUTPUT_ARCH; }
/frameworks/compile/mclinker/include/mcld/Script/
H A DOutputArchCmd.h32 return pCmd->getKind() == ScriptCommand::OUTPUT_ARCH;
H A DScriptCommand.h29 OUTPUT_ARCH, enumerator in enum:mcld::ScriptCommand::Kind

Completed in 444 milliseconds