[PDB] Rename some files in the native reader.
authorZachary Turner <zturner@google.com>
Fri, 7 Sep 2018 00:12:56 +0000 (00:12 +0000)
committerZachary Turner <zturner@google.com>
Fri, 7 Sep 2018 00:12:56 +0000 (00:12 +0000)
commit5d629966a970842d199ab2a8bac7e95f1ea9c08c
tree9053d017cda5081d955825b43477dbdf075e8980
parent8ab7dd6028ed5084db849206bddc1b50987749d8
[PDB] Rename some files in the native reader.

By calling these NativeType<foo>.cpp, they will all be sorted
together, and it also distinguishes the types from the symbols.

llvm-svn: 341609
llvm/include/llvm/DebugInfo/PDB/Native/NativeSession.h
llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeBuiltin.h [moved from llvm/include/llvm/DebugInfo/PDB/Native/NativeBuiltinSymbol.h with 71% similarity]
llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeEnum.h [moved from llvm/include/llvm/DebugInfo/PDB/Native/NativeEnumSymbol.h with 76% similarity]
llvm/lib/DebugInfo/PDB/CMakeLists.txt
llvm/lib/DebugInfo/PDB/Native/NativeBuiltinSymbol.cpp [deleted file]
llvm/lib/DebugInfo/PDB/Native/NativeEnumTypes.cpp
llvm/lib/DebugInfo/PDB/Native/NativeSession.cpp
llvm/lib/DebugInfo/PDB/Native/NativeTypeBuiltin.cpp [new file with mode: 0644]
llvm/lib/DebugInfo/PDB/Native/NativeTypeEnum.cpp [moved from llvm/lib/DebugInfo/PDB/Native/NativeEnumSymbol.cpp with 58% similarity]
llvm/lib/DebugInfo/PDB/Native/SymbolCache.cpp