OSDN Git Service

[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)
commit6d1036d22d5dd694b5cad7b37061630518a18d73
tree93901452b5021776de48b3bb3c01ec858aa67f86
parent7428f4506cbf46b17a37a616950e120387971935
[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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@341609 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/DebugInfo/PDB/Native/NativeSession.h
include/llvm/DebugInfo/PDB/Native/NativeTypeBuiltin.h [moved from include/llvm/DebugInfo/PDB/Native/NativeBuiltinSymbol.h with 71% similarity]
include/llvm/DebugInfo/PDB/Native/NativeTypeEnum.h [moved from include/llvm/DebugInfo/PDB/Native/NativeEnumSymbol.h with 76% similarity]
lib/DebugInfo/PDB/CMakeLists.txt
lib/DebugInfo/PDB/Native/NativeBuiltinSymbol.cpp [deleted file]
lib/DebugInfo/PDB/Native/NativeEnumTypes.cpp
lib/DebugInfo/PDB/Native/NativeSession.cpp
lib/DebugInfo/PDB/Native/NativeTypeBuiltin.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/Native/NativeTypeEnum.cpp [moved from lib/DebugInfo/PDB/Native/NativeEnumSymbol.cpp with 58% similarity]
lib/DebugInfo/PDB/Native/SymbolCache.cpp