summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB/Raw/PDBDbiStream.cpp
Commit message (Expand)AuthorAgeFilesLines
* Put PDB parsing code into a pdb namespace.Zachary Turner2016-04-291-267/+0
* Refactor the PDB Stream reading interface.Zachary Turner2016-04-291-27/+25
* Fix warning in PDB code. NFCAmaury Sechet2016-04-281-1/+1
* Add parentheses to silence -Wparentheses warnings.Zachary Turner2016-04-281-6/+6
* Read the rest of the DBI substreams, and parse source info.Zachary Turner2016-04-281-11/+124
* Parse module information from DBI stream.Zachary Turner2016-04-271-2/+18
* Remove more unused variables.Zachary Turner2016-04-261-3/+0
* Fix warnings and -Werror build on clang.Zachary Turner2016-04-261-1/+1
* Parse and dump PDB DBI Stream Header InformationZachary Turner2016-04-261-0/+143
OpenPOWER on IntegriCloud