OSDN Git Service

[PDB] Add native support for dumping array types.
authorZachary Turner <zturner@google.com>
Sun, 30 Sep 2018 16:19:18 +0000 (16:19 +0000)
committerZachary Turner <zturner@google.com>
Sun, 30 Sep 2018 16:19:18 +0000 (16:19 +0000)
commite1b020acef2ac6a9227630a03b7e47fce415c537
tree6d054fdccfcaa05e0aa3315258251761e489ad1f
parent0de6a84fee300b11f24eefb567646f2c463129e3
[PDB] Add native support for dumping array types.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@343412 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/DebugInfo/PDB/Native/NativeTypeArray.h [new file with mode: 0644]
lib/DebugInfo/PDB/CMakeLists.txt
lib/DebugInfo/PDB/Native/NativeExeSymbol.cpp
lib/DebugInfo/PDB/Native/NativeTypeArray.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/Native/SymbolCache.cpp
test/DebugInfo/PDB/Inputs/every-array.cpp [new file with mode: 0644]
test/DebugInfo/PDB/Inputs/every-array.pdb [new file with mode: 0644]
tools/llvm-pdbutil/PrettyTypeDumper.cpp
tools/llvm-pdbutil/PrettyTypeDumper.h
tools/llvm-pdbutil/llvm-pdbutil.cpp
tools/llvm-pdbutil/llvm-pdbutil.h