Put PDB parsing code into a pdb namespace.
authorZachary Turner <zturner@google.com>
Fri, 29 Apr 2016 17:28:47 +0000 (17:28 +0000)
committerZachary Turner <zturner@google.com>
Fri, 29 Apr 2016 17:28:47 +0000 (17:28 +0000)
commit2f09b5091ce055dbc3a803ecb2576540d6abb503
tree13a919a417b0870502c6b5c87daa56aa55ed803f
parent6ba65deeb9b017e4144cdae341dcb9e3564c7c7b
Put PDB parsing code into a pdb namespace.

llvm-svn: 268072
23 files changed:
llvm/include/llvm/DebugInfo/PDB/Raw/ByteStream.h
llvm/include/llvm/DebugInfo/PDB/Raw/DbiStream.h [moved from llvm/include/llvm/DebugInfo/PDB/Raw/PDBDbiStream.h with 88% similarity]
llvm/include/llvm/DebugInfo/PDB/Raw/InfoStream.h [moved from llvm/include/llvm/DebugInfo/PDB/Raw/PDBInfoStream.h with 86% similarity]
llvm/include/llvm/DebugInfo/PDB/Raw/MappedBlockStream.h
llvm/include/llvm/DebugInfo/PDB/Raw/ModInfo.h
llvm/include/llvm/DebugInfo/PDB/Raw/NameMap.h [moved from llvm/include/llvm/DebugInfo/PDB/Raw/PDBNameMap.h with 85% similarity]
llvm/include/llvm/DebugInfo/PDB/Raw/PDBFile.h
llvm/include/llvm/DebugInfo/PDB/Raw/RawConstants.h [moved from llvm/include/llvm/DebugInfo/PDB/Raw/PDBRawConstants.h with 98% similarity]
llvm/include/llvm/DebugInfo/PDB/Raw/RawSession.h
llvm/include/llvm/DebugInfo/PDB/Raw/StreamInterface.h
llvm/include/llvm/DebugInfo/PDB/Raw/StreamReader.h
llvm/lib/DebugInfo/PDB/CMakeLists.txt
llvm/lib/DebugInfo/PDB/PDB.cpp
llvm/lib/DebugInfo/PDB/Raw/ByteStream.cpp
llvm/lib/DebugInfo/PDB/Raw/DbiStream.cpp [moved from llvm/lib/DebugInfo/PDB/Raw/PDBDbiStream.cpp with 85% similarity]
llvm/lib/DebugInfo/PDB/Raw/InfoStream.cpp [moved from llvm/lib/DebugInfo/PDB/Raw/PDBInfoStream.cpp with 64% similarity]
llvm/lib/DebugInfo/PDB/Raw/MappedBlockStream.cpp
llvm/lib/DebugInfo/PDB/Raw/ModInfo.cpp
llvm/lib/DebugInfo/PDB/Raw/NameMap.cpp [moved from llvm/lib/DebugInfo/PDB/Raw/PDBNameMap.cpp with 92% similarity]
llvm/lib/DebugInfo/PDB/Raw/PDBFile.cpp
llvm/lib/DebugInfo/PDB/Raw/RawSession.cpp
llvm/lib/DebugInfo/PDB/Raw/StreamReader.cpp
llvm/tools/llvm-pdbdump/llvm-pdbdump.cpp