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