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
18 : ScriptCommand(ScriptCommand::OUTPUT_ARCH), m_Arch(pArch) {
H A DScriptFile.cpp136 void ScriptFile::addOutputArchCmd(const std::string& pArch) { argument
137 m_CommandQueue.push_back(new OutputArchCmd(pArch));
/frameworks/compile/mclinker/include/mcld/Script/
H A DOutputArchCmd.h26 explicit OutputArchCmd(const std::string& pArch);
H A DScriptFile.h115 void addOutputArchCmd(const std::string& pArch);
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMELFAttributeData.cpp475 int pArch) {
476 if ((pArch < 0) || (pArch > ARMELFAttributeData::CPU_Arch_Max)) {
480 ARMELFAttributeData::Tag_CPU_arch, static_cast<char>(pArch), 0};
474 encode_secondary_compatibility_attribute(ELFAttributeValue& pValue, int pArch) argument

Completed in 89 milliseconds