Searched refs:UnmatchedExistingFeatures (Results 1 – 1 of 1) sorted by relevance
288 SmallVector<StringRef, 4> UnmatchedExistingFeatures, UnmatchedReadFeatures; in checkTargetOptions() local291 ReadFeatures.end(), std::back_inserter(UnmatchedExistingFeatures)); in checkTargetOptions()305 for (StringRef Feature : UnmatchedExistingFeatures) in checkTargetOptions()310 return !UnmatchedReadFeatures.empty() || !UnmatchedExistingFeatures.empty(); in checkTargetOptions()