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

/frameworks/compile/mclinker/lib/Script/
H A DOutputArchCmd.cpp17 OutputArchCmd::OutputArchCmd(const std::string& pArch) argument
19 m_Arch(pArch)
H A DScriptFile.cpp129 void ScriptFile::addOutputArchCmd(const std::string& pArch) argument
131 m_CommandQueue.push_back(new OutputArchCmd(pArch));
/frameworks/compile/mclinker/include/mcld/Script/
H A DOutputArchCmd.h27 OutputArchCmd(const std::string& pArch);
H A DScriptFile.h105 void addOutputArchCmd(const std::string& pArch);
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMELFAttributeData.cpp478 encode_secondary_compatibility_attribute(ELFAttributeValue &pValue, int pArch) argument
480 if ((pArch < 0) || (pArch > ARMELFAttributeData::CPU_Arch_Max)) {
485 static_cast<char>(pArch),

Completed in 77 milliseconds