diff options
Diffstat (limited to 'llvm/lib/DebugInfo/PDB/PDBSymbolExe.cpp')
-rw-r--r-- | llvm/lib/DebugInfo/PDB/PDBSymbolExe.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/DebugInfo/PDB/PDBSymbolExe.cpp b/llvm/lib/DebugInfo/PDB/PDBSymbolExe.cpp index 5d3da216957..efd28bca469 100644 --- a/llvm/lib/DebugInfo/PDB/PDBSymbolExe.cpp +++ b/llvm/lib/DebugInfo/PDB/PDBSymbolExe.cpp @@ -53,6 +53,7 @@ void PDBSymbolExe::dump(raw_ostream &OS, int Indent, OS << "\n"; if (Flags & PDB_DF_Children) { + OS << stream_indent(Indent + 2) << "Dumping types\n"; if (Flags & PDB_DF_Hidden) { // For some reason, for each SymTag T, this dumps more items of type T // than are dumped by calling dumpChildren(T). In other words, there are |