Home
last modified time | relevance | path

Searched refs:pCPU (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/mclinker/lib/Core/
DTargetOptions.cpp48 void TargetOptions::setTargetCPU(const std::string& pCPU) { in setTargetCPU() argument
49 m_TargetCPU = pCPU; in setTargetCPU()
/frameworks/compile/libbcc/include/bcc/
DCompilerConfig.h79 inline void setCPU(const std::string &pCPU) in setCPU() argument
80 { mCPU = pCPU; } in setCPU()
/frameworks/compile/mclinker/include/mcld/
DTargetOptions.h45 void setTargetCPU(const std::string& pCPU);