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

/freebsd-10-stable/contrib/llvm/lib/Support/
H A DHost.cpp702 StringRef LLVMFeatureStr = StringSwitch<StringRef>(CPUFeatures[I]) local
712 if (LLVMFeatureStr != "")
713 Features.GetOrCreateValue(LLVMFeatureStr).setValue(true);

Completed in 47 milliseconds