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