14 #ifndef LLVM_AARCH64_ELF_STREAMER_H
15 #define LLVM_AARCH64_ELF_STREAMER_H
23 MCCodeEmitter *Emitter,
27 #endif // AArch64_ELF_STREAMER_H
MCELFStreamer * createAArch64ELFStreamer(MCContext &Context, MCAsmBackend &TAB, raw_ostream &OS, MCCodeEmitter *Emitter, bool RelaxAll, bool NoExecStack)
cl::opt< bool > RelaxAll("mc-relax-all", cl::desc("When used with filetype=obj, ""relax all fixups in the emitted object file"))