Home
last modified time | relevance | path

Searched refs:OtherFeatures (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/lib/TargetParser/
H A DSubtargetFeature.cpp46 const ArrayRef<std::string> OtherFeatures) { in addFeaturesVector() argument
47 Features.insert(Features.cend(), OtherFeatures.begin(), OtherFeatures.end()); in addFeaturesVector()
/src/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DSubtargetFeature.h186 void addFeaturesVector(const ArrayRef<std::string> OtherFeatures);