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])
59 unsigned EFlags = W.getELFHeaderEFlags();
64 W.setELFHeaderEFlags(EFlags);
MCELFStreamer & getStreamer()
AVRELFStreamer(MCStreamer &S, const MCSubtargetInfo &STI)
A generic AVR target output stream.
Container class for subtarget features.
ELFObjectWriter & getWriter()
Streaming machine code generation interface.
Generic base class for all target subtargets.
const FeatureBitset & getFeatureBits() const
@ EF_AVR_LINKRELAX_PREPARED
This is an optimization pass for GlobalISel generic memory operations.
static unsigned getEFlagsForFeatureSet(const FeatureBitset &Features)