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)
commitf560b88d7c2b7f2abd9daccc046bf92149a08a22
tree7198705260304cc4ffb636cfd834f2eb3d67ee81
parent62f764a6c96d371eb36b59d4c59fb7918d4b89db
Add MCSymbolCOFF class and use it to get and set the COFF type field.

Reviewed by Rafael EspĂ­ndola.

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