Add MCSymbolCOFF class and use it to get and set the COFF type field.
authorPete Cooper <peter_cooper@apple.com>
Mon, 8 Jun 2015 17:17:12 +0000 (17:17 +0000)
committerPete Cooper <peter_cooper@apple.com>
Mon, 8 Jun 2015 17:17:12 +0000 (17:17 +0000)
commitad9f9c351704fd91e9cfd021bfe1d91976041637
treee38c8aaba3ea4694126eef61eff37c0848a01aa5
parenta3ab3841c0cce9c4747fae96ef25e5695fc1f856
Add MCSymbolCOFF class and use it to get and set the COFF type field.

Reviewed by Rafael EspĂ­ndola.

llvm-svn: 239312
llvm/include/llvm/MC/MCSymbolCOFF.h [new file with mode: 0644]
llvm/lib/MC/MCContext.cpp
llvm/lib/MC/WinCOFFObjectWriter.cpp
llvm/lib/MC/WinCOFFStreamer.cpp