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

/external/llvm/tools/lto/
H A DLTOCodeGenerator.h70 void setCpu(const char* mCpu) { _mCpu = mCpu; }
128 std::string _mCpu; member in struct:LTOCodeGenerator
H A DLTOCodeGenerator.cpp290 if (_mCpu.empty() && Triple.isOSDarwin()) {
292 _mCpu = "core2";
294 _mCpu = "yonah";
298 _target = march->createTargetMachine(TripleStr, _mCpu, FeatureStr, Options,

Completed in 83 milliseconds