Searched refs:FeatureMap (Results 1 – 2 of 2) sorted by relevance
110 using FeatureMap = std::map<std::string, Feature *>; variable119 FeatureMap *const mapPtr,147 FeatureMap *const mapPtr,176 FeatureMap members = FeatureMap();192 for (FeatureMap::const_iterator it = members.begin(); it != members.end(); it++) in populateFeatureList()198 const FeatureMap &getFeatures() const { return members; } in getFeatures()
31 llvm::StringMap<bool> FeatureMap; in detectHost() local32 llvm::sys::getHostCPUFeatures(FeatureMap); in detectHost()33 for (auto &Feature : FeatureMap) in detectHost()