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

/external/webrtc/webrtc/base/
H A Dsysteminfo_unittest.cc116 TEST(SystemInfoTest, CpuModel) {
118 LOG(LS_INFO) << "CpuModel: " << info.GetCpuModel();
138 TEST(SystemInfoTest, CpuModel) {
140 LOG(LS_INFO) << "CpuModel: " << info.GetCpuModel();
/external/clang/lib/CodeGen/
H A DCGBuiltin.cpp6836 llvm::Constant *CpuModel = CGM.CreateRuntimeVariable(STy, "__cpu_model"); local
6845 Value *CpuFeatures = Builder.CreateGEP(STy, CpuModel, Idxs);

Completed in 210 milliseconds