Searched refs:ReadFeatures (Results 1 – 1 of 1) sorted by relevance
408 SmallVector<StringRef, 4> ReadFeatures(TargetOpts.FeaturesAsWritten.begin(), in checkTargetOptions() local411 llvm::sort(ReadFeatures); in checkTargetOptions()417 ExistingFeatures.begin(), ExistingFeatures.end(), ReadFeatures.begin(), in checkTargetOptions()418 ReadFeatures.end(), std::back_inserter(UnmatchedExistingFeatures)); in checkTargetOptions()419 std::set_difference(ReadFeatures.begin(), ReadFeatures.end(), in checkTargetOptions()