summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-pdbdump/Analyze.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [pdb] Add a new command for analyzing hash collisions.Zachary Turner2017-02-011-0/+164
This introduces the `analyze` subcommand. For now there is only one option, to analyze hash collisions in the type streams. In the future, however, we could add many more things here, such as performing size analyses, compacting, and statistics about the type of records etc. llvm-svn: 293795
OpenPOWER on IntegriCloud