]> granicus.if.org Git - llvm/commit
MC: De-duplicate the object streamer implementations of EmitFileDirective into MCObje...
authorPeter Collingbourne <peter@pcc.me.uk>
Fri, 3 Mar 2017 21:22:06 +0000 (21:22 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Fri, 3 Mar 2017 21:22:06 +0000 (21:22 +0000)
commit6387bdabf7307258597a90bc4e82f047be49c653
treea84cd98a3deb3574d7b7b0b8fb5415b89b42fd78
parentad76c97fd9bb5cdd96251d62939a2b22d1ea8c1f
MC: De-duplicate the object streamer implementations of EmitFileDirective into MCObjectStreamer. NFCI.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@296912 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCELFStreamer.h
include/llvm/MC/MCObjectStreamer.h
include/llvm/MC/MCWasmStreamer.h
include/llvm/MC/MCWinCOFFStreamer.h
lib/MC/ELFObjectWriter.cpp
lib/MC/MCELFStreamer.cpp
lib/MC/MCMachOStreamer.cpp
lib/MC/MCObjectStreamer.cpp
lib/MC/MCWasmStreamer.cpp
lib/MC/WinCOFFStreamer.cpp