[PDB] Rename some files to be more intuitive.
authorZachary Turner <zturner@google.com>
Fri, 20 Jan 2017 22:41:15 +0000 (22:41 +0000)
committerZachary Turner <zturner@google.com>
Fri, 20 Jan 2017 22:41:15 +0000 (22:41 +0000)
commitf04d6e8d52719d64dddd95e86577d61ad1f4f074
treed765c15bfc5e6603fffa8d08a825c597e7fa212c
parent6f16ac1473e5e7df1fce4210716851dea9f58a1e
[PDB] Rename some files to be more intuitive.

llvm-svn: 292663
19 files changed:
llvm/include/llvm/DebugInfo/PDB/Raw/DbiStream.h
llvm/include/llvm/DebugInfo/PDB/Raw/InfoStream.h
llvm/include/llvm/DebugInfo/PDB/Raw/InfoStreamBuilder.h
llvm/include/llvm/DebugInfo/PDB/Raw/NamedStreamMap.h [moved from llvm/include/llvm/DebugInfo/PDB/Raw/NameMap.h with 70% similarity]
llvm/include/llvm/DebugInfo/PDB/Raw/NamedStreamMapBuilder.h [moved from llvm/include/llvm/DebugInfo/PDB/Raw/NameMapBuilder.h with 77% similarity]
llvm/include/llvm/DebugInfo/PDB/Raw/PDBFile.h
llvm/include/llvm/DebugInfo/PDB/Raw/RawTypes.h
llvm/include/llvm/DebugInfo/PDB/Raw/StringTable.h [moved from llvm/include/llvm/DebugInfo/PDB/Raw/NameHashTable.h with 82% similarity]
llvm/include/llvm/DebugInfo/PDB/Raw/StringTableBuilder.h [moved from llvm/include/llvm/DebugInfo/PDB/Raw/NameHashTableBuilder.h with 78% similarity]
llvm/lib/DebugInfo/PDB/CMakeLists.txt
llvm/lib/DebugInfo/PDB/Raw/DbiStream.cpp
llvm/lib/DebugInfo/PDB/Raw/InfoStreamBuilder.cpp
llvm/lib/DebugInfo/PDB/Raw/NamedStreamMap.cpp [moved from llvm/lib/DebugInfo/PDB/Raw/NameMap.cpp with 85% similarity]
llvm/lib/DebugInfo/PDB/Raw/NamedStreamMapBuilder.cpp [moved from llvm/lib/DebugInfo/PDB/Raw/NameMapBuilder.cpp with 75% similarity]
llvm/lib/DebugInfo/PDB/Raw/PDBFile.cpp
llvm/lib/DebugInfo/PDB/Raw/StringTable.cpp [moved from llvm/lib/DebugInfo/PDB/Raw/NameHashTable.cpp with 85% similarity]
llvm/lib/DebugInfo/PDB/Raw/StringTableBuilder.cpp [moved from llvm/lib/DebugInfo/PDB/Raw/NameHashTableBuilder.cpp with 87% similarity]
llvm/unittests/DebugInfo/PDB/CMakeLists.txt
llvm/unittests/DebugInfo/PDB/StringTableBuilderTest.cpp [moved from llvm/unittests/DebugInfo/PDB/NameHashTableBuilderTest.cpp with 81% similarity]