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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp5180 bool EnableFeature = true; local
5183 EnableFeature = false;
5194 FeatureBitset ToggleFeatures = EnableFeature
5217 bool EnableFeature = true;
5219 EnableFeature = false;
5232 FeatureBitset ToggleFeatures = EnableFeature
5282 bool EnableFeature = true; local
5285 EnableFeature = false;
5297 FeatureBitset ToggleFeatures = EnableFeature
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp12106 bool EnableFeature = true;
12108 EnableFeature = false;
12128 if (EnableFeature) {

Completed in 207 milliseconds