Home
last modified time | relevance | path

Searched refs:HostFeatures (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DCommandFlags.h338 StringMap<bool> HostFeatures; in getFeaturesStr() local
339 if (sys::getHostCPUFeatures(HostFeatures)) in getFeaturesStr()
340 for (auto &F : HostFeatures) in getFeaturesStr()
/external/clang/lib/Driver/
DTools.cpp930 llvm::StringMap<bool> HostFeatures; in getARMTargetFeatures() local
931 if (llvm::sys::getHostCPUFeatures(HostFeatures)) in getARMTargetFeatures()
932 for (auto &F : HostFeatures) in getARMTargetFeatures()
2164 llvm::StringMap<bool> HostFeatures; in getX86TargetFeatures() local
2165 if (llvm::sys::getHostCPUFeatures(HostFeatures)) in getX86TargetFeatures()
2166 for (auto &F : HostFeatures) in getX86TargetFeatures()