summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/CodeView/EnumTables.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [pdb] Dump file checksums from pdb codeview line info.Zachary Turner2016-06-031-0/+10
| | | | llvm-svn: 271622
* [llvm-pdbdump] Dump CodeView line information.Zachary Turner2016-06-021-0/+20
| | | | | | | | | This first pass only splits apart the records and dumps the line info kinds and binary data. Subsequent patches will parse out the binary data into more useful information and dump it in detail. llvm-svn: 271576
* [pdb] Parse and dump section map and section contribsZachary Turner2016-06-021-0/+345
Differential Revision: http://reviews.llvm.org/D20876 Reviewed By: rnk, ruiu llvm-svn: 271488
OpenPOWER on IntegriCloud