OSDN Git Service

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)
commita91bcf5593662b83c7495c50c3eebd1ebce69cea
treed2dd9b7b96c7c4779ea3a14721c3d24840cf2436
parent64cc1b2eb318b8723504467d4f5e5c099fbb4502
Put PDB parsing code into a pdb namespace.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@268072 91177308-0d34-0410-b5e6-96231b3b80d8
23 files changed:
include/llvm/DebugInfo/PDB/Raw/ByteStream.h
include/llvm/DebugInfo/PDB/Raw/DbiStream.h [moved from include/llvm/DebugInfo/PDB/Raw/PDBDbiStream.h with 88% similarity]
include/llvm/DebugInfo/PDB/Raw/InfoStream.h [moved from include/llvm/DebugInfo/PDB/Raw/PDBInfoStream.h with 86% similarity]
include/llvm/DebugInfo/PDB/Raw/MappedBlockStream.h
include/llvm/DebugInfo/PDB/Raw/ModInfo.h
include/llvm/DebugInfo/PDB/Raw/NameMap.h [moved from include/llvm/DebugInfo/PDB/Raw/PDBNameMap.h with 85% similarity]
include/llvm/DebugInfo/PDB/Raw/PDBFile.h
include/llvm/DebugInfo/PDB/Raw/RawConstants.h [moved from include/llvm/DebugInfo/PDB/Raw/PDBRawConstants.h with 98% similarity]
include/llvm/DebugInfo/PDB/Raw/RawSession.h
include/llvm/DebugInfo/PDB/Raw/StreamInterface.h
include/llvm/DebugInfo/PDB/Raw/StreamReader.h
lib/DebugInfo/PDB/CMakeLists.txt
lib/DebugInfo/PDB/PDB.cpp
lib/DebugInfo/PDB/Raw/ByteStream.cpp
lib/DebugInfo/PDB/Raw/DbiStream.cpp [moved from lib/DebugInfo/PDB/Raw/PDBDbiStream.cpp with 85% similarity]
lib/DebugInfo/PDB/Raw/InfoStream.cpp [moved from lib/DebugInfo/PDB/Raw/PDBInfoStream.cpp with 64% similarity]
lib/DebugInfo/PDB/Raw/MappedBlockStream.cpp
lib/DebugInfo/PDB/Raw/ModInfo.cpp
lib/DebugInfo/PDB/Raw/NameMap.cpp [moved from lib/DebugInfo/PDB/Raw/PDBNameMap.cpp with 92% similarity]
lib/DebugInfo/PDB/Raw/PDBFile.cpp
lib/DebugInfo/PDB/Raw/RawSession.cpp
lib/DebugInfo/PDB/Raw/StreamReader.cpp
tools/llvm-pdbdump/llvm-pdbdump.cpp