Refactor some more PDB reading code into DebugInfoPDB.
authorZachary Turner <zturner@google.com>
Tue, 26 Apr 2016 16:20:00 +0000 (16:20 +0000)
committerZachary Turner <zturner@google.com>
Tue, 26 Apr 2016 16:20:00 +0000 (16:20 +0000)
commitf34e01624a95a86247b3ba8888feb24cba1f9006
tree8b92d38370952a49f7ee7cb48f81909dccbd8a3e
parent1d99c4d03ce7d8d251f815e49caba968ea94b488
Refactor some more PDB reading code into DebugInfoPDB.

Differential Revision: http://reviews.llvm.org/D19445
Reviewed By: David Majnemer

llvm-svn: 267564
llvm/include/llvm/DebugInfo/PDB/Raw/PDBFile.h
llvm/include/llvm/DebugInfo/PDB/Raw/PDBInfoStream.h [new file with mode: 0644]
llvm/include/llvm/DebugInfo/PDB/Raw/PDBNameMap.h [new file with mode: 0644]
llvm/include/llvm/DebugInfo/PDB/Raw/PDBRawConstants.h [new file with mode: 0644]
llvm/lib/DebugInfo/PDB/CMakeLists.txt
llvm/lib/DebugInfo/PDB/Raw/PDBInfoStream.cpp [new file with mode: 0644]
llvm/lib/DebugInfo/PDB/Raw/PDBNameMap.cpp [new file with mode: 0644]
llvm/test/DebugInfo/PDB/pdbdump-headers.test
llvm/tools/llvm-pdbdump/llvm-pdbdump.cpp