Modify llvm-readobj to dump symbol record bytes.
authorZachary Turner <zturner@google.com>
Wed, 18 Feb 2015 19:32:05 +0000 (19:32 +0000)
committerZachary Turner <zturner@google.com>
Wed, 18 Feb 2015 19:32:05 +0000 (19:32 +0000)
commit23719010dbbca248e817845477fbcec5ae6fb2e9
treec473ddc7146944189e459ab90aa5c6b943d347f6
parentbc20f6088d61d94bb7d9a55a4442dc5716c9832f
Modify llvm-readobj to dump symbol record bytes.

This will help us study the format of individual symbol
records more closely.

Differential Revision: http://reviews.llvm.org/D7664
Reviewed by: Timur Iskhodzhanov

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229730 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/COFF.h
test/DebugInfo/COFF/asm.ll
test/DebugInfo/COFF/cpp-mangling.ll
test/DebugInfo/COFF/multifile.ll
test/DebugInfo/COFF/multifunction.ll
test/DebugInfo/COFF/simple.ll
test/tools/llvm-readobj/codeview-linetables.test
tools/llvm-readobj/COFFDumper.cpp
tools/llvm-readobj/llvm-readobj.cpp
tools/llvm-readobj/llvm-readobj.h