MC: rename WinCOFFStreamer and move declaration out-of-line
authorSaleem Abdulrasool <compnerd@compnerd.org>
Sun, 27 Apr 2014 03:48:05 +0000 (03:48 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Sun, 27 Apr 2014 03:48:05 +0000 (03:48 +0000)
commitd54ec77c0d1182ac12df371b0938020bb1676d65
treee698c6a76d710fb60a8cb9044ef0e809cf0e8869
parent31c99ddfbd5aa7a7de44e846e801dc149d545e89
MC: rename WinCOFFStreamer and move declaration out-of-line

This is in preparation for promoting WinCOFFStreamer to a base class which will
be shared by the X86 and ARM specific target COFF streamers.  Also add a new
getOrCreateSymbolData interface (like MCELFStreamer) for the ARM COFF Streamer.
This makes the COFFStreamer more similar to the ELFStreamer.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207343 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCWinCOFFStreamer.h [new file with mode: 0644]
lib/MC/WinCOFFStreamer.cpp