Searched refs:FeatureName (Results 1 – 4 of 4) sorted by relevance
61 StringRef FeatureName = llvm::AArch64::getArchExtFeature(Feature); in DecodeAArch64Features() local62 if (!FeatureName.empty()) in DecodeAArch64Features()63 Features.push_back(FeatureName); in DecodeAArch64Features()
81 StringRef FeatureName = llvm::ARM::getArchExtFeature(Feature); in DecodeARMFeatures() local82 if (!FeatureName.empty()) in DecodeARMFeatures()83 Features.push_back(FeatureName); in DecodeARMFeatures()
111 llvm::opt::OptSpecifier OffOpt, StringRef FeatureName);
197 StringRef FeatureName) { in AddTargetFeature() argument200 Features.push_back(Args.MakeArgString("+" + FeatureName)); in AddTargetFeature()202 Features.push_back(Args.MakeArgString("-" + FeatureName)); in AddTargetFeature()