Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DLoongArch.cpp406 getAttrFeatureTypeAndValue(llvm::StringRef AttrFeature) { in getAttrFeatureTypeAndValue() argument
407 if (auto Split = AttrFeature.split("="); !Split.second.empty()) { in getAttrFeatureTypeAndValue()
413 if (AttrFeature.starts_with("no-")) in getAttrFeatureTypeAndValue()
414 return {AttrFeatureKind::NoFeature, AttrFeature.drop_front(3)}; in getAttrFeatureTypeAndValue()
415 return {AttrFeatureKind::Feature, AttrFeature}; in getAttrFeatureTypeAndValue()