Searched refs:UnmatchedReadFeatures (Results 1 – 1 of 1) sorted by relevance
431 SmallVector<StringRef, 4> UnmatchedExistingFeatures, UnmatchedReadFeatures; in checkTargetOptions() local437 std::back_inserter(UnmatchedReadFeatures)); in checkTargetOptions()441 if (AllowCompatibleDifferences && UnmatchedReadFeatures.empty()) in checkTargetOptions()445 for (StringRef Feature : UnmatchedReadFeatures) in checkTargetOptions()453 return !UnmatchedReadFeatures.empty() || !UnmatchedExistingFeatures.empty(); in checkTargetOptions()