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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DARM.cpp398 StringRef FixedFeature; local
400 FixedFeature = "-thumb-mode";
402 FixedFeature = "+thumb-mode";
404 FixedFeature = Feature;
405 UpdatedFeaturesVec.push_back(FixedFeature.str());

Completed in 118 milliseconds