Searched refs:setCPU (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Basic/
H A DTargetInfo.h564 /// setCPU - Target the specific CPU.
567 virtual bool setCPU(const std::string &Name) { function in class:clang::TargetInfo
/external/clang/lib/Basic/
H A DTargets.cpp1447 virtual bool setCPU(const std::string &Name) {
2801 virtual bool setCPU(const std::string &Name) {
3065 virtual bool setCPU(const std::string &Name) {
3465 virtual bool setCPU(const std::string &Name) {
4145 if (!Opts.CPU.empty() && !Target->setCPU(Opts.CPU)) {

Completed in 50 milliseconds