Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DARM.cpp411 StringRef FixedFeature; in initFeatureMap() local
413 FixedFeature = "-thumb-mode"; in initFeatureMap()
415 FixedFeature = "+thumb-mode"; in initFeatureMap()
417 FixedFeature = Feature; in initFeatureMap()
418 UpdatedFeaturesVec.push_back(FixedFeature.str()); in initFeatureMap()