summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB/PDBSymDumper.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [llvm-pdbdump] Clean up method signatures.Zachary Turner2015-03-011-62/+31
| | | | llvm-svn: 230889
* [llvm-pdbdump] Rewrite dumper using visitor pattern.Zachary Turner2015-02-221-0/+177
This increases the flexibility of how to dump different symbol types -- necessary for context-sensitive formatting of symbol types -- and also improves the modularity by allowing the dumping to be implemented in the actual dumper, as opposed to in the PDB library. llvm-svn: 230184
OpenPOWER on IntegriCloud