14 if (Features[AVR::ELFArchAVR1])
16 else if (Features[AVR::ELFArchAVR2])
18 else if (Features[AVR::ELFArchAVR25])
20 else if (Features[AVR::ELFArchAVR3])
22 else if (Features[AVR::ELFArchAVR31])
24 else if (Features[AVR::ELFArchAVR35])
26 else if (Features[AVR::ELFArchAVR4])
28 else if (Features[AVR::ELFArchAVR5])
30 else if (Features[AVR::ELFArchAVR51])
32 else if (Features[AVR::ELFArchAVR6])
34 else if (Features[AVR::ELFArchAVRTiny])
36 else if (Features[AVR::ELFArchXMEGA1])
38 else if (Features[AVR::ELFArchXMEGA2])
40 else if (Features[AVR::ELFArchXMEGA3])
42 else if (Features[AVR::ELFArchXMEGA4])
44 else if (Features[AVR::ELFArchXMEGA5])
46 else if (Features[AVR::ELFArchXMEGA6])
48 else if (Features[AVR::ELFArchXMEGA7])
void setELFHeaderEFlags(unsigned Flags)
AVRELFStreamer(MCStreamer &S, const MCSubtargetInfo &STI)
unsigned getELFHeaderEFlags() const
ELF e_header flags.
Streaming machine code generation interface.
MCAssembler & getAssembler()
MCELFStreamer & getStreamer()
const FeatureBitset & getFeatureBits() const
getFeatureBits - Return the feature bits.
A generic AVR target output stream.
MCSubtargetInfo - Generic base class for all target subtargets.
static unsigned getEFlagsForFeatureSet(const FeatureBitset &Features)
const FeatureBitset Features