Searched refs:setTargetCPU (Results 1 – 3 of 3) sorted by relevance
48 void TargetOptions::setTargetCPU(const std::string& pCPU) { in setTargetCPU() function in mcld::TargetOptions
45 void setTargetCPU(const std::string& pCPU);
348 config_.targets().setTargetCPU(arg->getValue()); in TranslateArguments()