Searched refs:FeatureName (Results 1 – 4 of 4) sorted by relevance
42 friend struct FeatureName;79 struct FeatureName struct177 const FeatureName& get_feature (hb_aat_layout_feature_type_t feature_type) const in get_feature()210 SortedUnsizedArrayOf<FeatureName>
27 FeatureName = _Feature(OptionalRelease, MandatoryRelease,
699 const char *FeatureName = llvm::ARM::getArchExtFeature(Feature); in DecodeARMFeatures() local700 if (FeatureName) in DecodeARMFeatures()701 Features.push_back(FeatureName); in DecodeARMFeatures()1349 StringRef FeatureName) { in AddTargetFeature() argument1352 Features.push_back(Args.MakeArgString("+" + FeatureName)); in AddTargetFeature()1354 Features.push_back(Args.MakeArgString("-" + FeatureName)); in AddTargetFeature()