Lines Matching refs:Features
13 static unsigned getEFlagsForFeatureSet(const FeatureBitset &Features) { in getEFlagsForFeatureSet() argument
17 if (Features[AVR::ELFArchAVR1]) in getEFlagsForFeatureSet()
19 else if (Features[AVR::ELFArchAVR2]) in getEFlagsForFeatureSet()
21 else if (Features[AVR::ELFArchAVR25]) in getEFlagsForFeatureSet()
23 else if (Features[AVR::ELFArchAVR3]) in getEFlagsForFeatureSet()
25 else if (Features[AVR::ELFArchAVR31]) in getEFlagsForFeatureSet()
27 else if (Features[AVR::ELFArchAVR35]) in getEFlagsForFeatureSet()
29 else if (Features[AVR::ELFArchAVR4]) in getEFlagsForFeatureSet()
31 else if (Features[AVR::ELFArchAVR5]) in getEFlagsForFeatureSet()
33 else if (Features[AVR::ELFArchAVR51]) in getEFlagsForFeatureSet()
35 else if (Features[AVR::ELFArchAVR6]) in getEFlagsForFeatureSet()
37 else if (Features[AVR::ELFArchTiny]) in getEFlagsForFeatureSet()
39 else if (Features[AVR::ELFArchXMEGA1]) in getEFlagsForFeatureSet()
41 else if (Features[AVR::ELFArchXMEGA2]) in getEFlagsForFeatureSet()
43 else if (Features[AVR::ELFArchXMEGA3]) in getEFlagsForFeatureSet()
45 else if (Features[AVR::ELFArchXMEGA4]) in getEFlagsForFeatureSet()
47 else if (Features[AVR::ELFArchXMEGA5]) in getEFlagsForFeatureSet()
49 else if (Features[AVR::ELFArchXMEGA6]) in getEFlagsForFeatureSet()
51 else if (Features[AVR::ELFArchXMEGA7]) in getEFlagsForFeatureSet()