Lines Matching refs:errs
82 errs() << "'" << Feature << "' is not a recognized feature for this target" in ApplyFeatureFlag()
111 errs() << "Available CPUs for this target:\n\n"; in Help()
113 errs() << format(" %-*s - Select the %s processor.\n", MaxCPULen, CPU.Key, in Help()
115 errs() << '\n'; in Help()
118 errs() << "Available features for this target:\n\n"; in Help()
120 errs() << format(" %-*s - %s.\n", MaxFeatLen, Feature.Key, Feature.Desc); in Help()
121 errs() << '\n'; in Help()
123 errs() << "Use +feature to enable a feature, or -feature to disable it.\n" in Help()
139 errs() << "Available CPUs for this target:\n\n"; in cpuHelp()
141 errs() << "\t" << CPU.Key << "\n"; in cpuHelp()
142 errs() << '\n'; in cpuHelp()
144 errs() << "Use -mcpu or -mtune to specify the target's processor.\n" in cpuHelp()
177 errs() << "'" << CPU << "' is not a recognized processor for this target" in getFeatures()
190 errs() << "'" << TuneCPU << "' is not a recognized processor for this " in getFeatures()
286 errs() << "'" << Feature << "' is not a recognized feature for this target" in ToggleFeature()
319 errs() << "'" << CPU in getSchedModelForCPU()