Lines Matching full:features
12 static unsigned getEFlagsForFeatureSet(const FeatureBitset &Features) { in getEFlagsForFeatureSet() argument
16 if (Features[AVR::ELFArchAVR1]) in getEFlagsForFeatureSet()
18 else if (Features[AVR::ELFArchAVR2]) in getEFlagsForFeatureSet()
20 else if (Features[AVR::ELFArchAVR25]) in getEFlagsForFeatureSet()
22 else if (Features[AVR::ELFArchAVR3]) in getEFlagsForFeatureSet()
24 else if (Features[AVR::ELFArchAVR31]) in getEFlagsForFeatureSet()
26 else if (Features[AVR::ELFArchAVR35]) in getEFlagsForFeatureSet()
28 else if (Features[AVR::ELFArchAVR4]) in getEFlagsForFeatureSet()
30 else if (Features[AVR::ELFArchAVR5]) in getEFlagsForFeatureSet()
32 else if (Features[AVR::ELFArchAVR51]) in getEFlagsForFeatureSet()
34 else if (Features[AVR::ELFArchAVR6]) in getEFlagsForFeatureSet()
36 else if (Features[AVR::ELFArchTiny]) in getEFlagsForFeatureSet()
38 else if (Features[AVR::ELFArchXMEGA1]) in getEFlagsForFeatureSet()
40 else if (Features[AVR::ELFArchXMEGA2]) in getEFlagsForFeatureSet()
42 else if (Features[AVR::ELFArchXMEGA3]) in getEFlagsForFeatureSet()
44 else if (Features[AVR::ELFArchXMEGA4]) in getEFlagsForFeatureSet()
46 else if (Features[AVR::ELFArchXMEGA5]) in getEFlagsForFeatureSet()
48 else if (Features[AVR::ELFArchXMEGA6]) in getEFlagsForFeatureSet()
50 else if (Features[AVR::ELFArchXMEGA7]) in getEFlagsForFeatureSet()