OSDN Git Service

[pdb] Parse and dump section map and section contribs
authorZachary Turner <zturner@google.com>
Thu, 2 Jun 2016 05:07:49 +0000 (05:07 +0000)
committerZachary Turner <zturner@google.com>
Thu, 2 Jun 2016 05:07:49 +0000 (05:07 +0000)
commit8839a0f88f3e0879650bcce3d8c911ee3405eeec
treecaff564f936b134124ffb533d46bc3adc04eb538
parentd2ed3fa129b13fbc9abaa7cb6c9a9a1f935f3861
[pdb] Parse and dump section map and section contribs

Differential Revision: http://reviews.llvm.org/D20876
Reviewed By: rnk, ruiu

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@271488 91177308-0d34-0410-b5e6-96231b3b80d8
17 files changed:
include/llvm/DebugInfo/CodeView/EnumTables.h [new file with mode: 0644]
include/llvm/DebugInfo/CodeView/StreamReader.h
include/llvm/DebugInfo/PDB/Raw/DbiStream.h
include/llvm/DebugInfo/PDB/Raw/EnumTables.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/Raw/ISectionContribVisitor.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/Raw/PublicsStream.h
include/llvm/DebugInfo/PDB/Raw/RawConstants.h
include/llvm/DebugInfo/PDB/Raw/RawTypes.h [new file with mode: 0644]
lib/DebugInfo/CodeView/CMakeLists.txt
lib/DebugInfo/CodeView/EnumTables.cpp [new file with mode: 0644]
lib/DebugInfo/CodeView/SymbolDumper.cpp
lib/DebugInfo/PDB/CMakeLists.txt
lib/DebugInfo/PDB/Raw/DbiStream.cpp
lib/DebugInfo/PDB/Raw/EnumTables.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/Raw/ModStream.cpp
test/DebugInfo/PDB/pdbdump-headers.test
tools/llvm-pdbdump/llvm-pdbdump.cpp