summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB/Raw/DbiStream.cpp
Commit message (Expand)AuthorAgeFilesLines
* Resubmit "[pdb] Allow zero-copy read support for symbol streams.""Zachary Turner2016-05-271-6/+4
* Revert "[pdb] Allow zero-copy read support for symbol streams."Chad Rosier2016-05-271-4/+6
* [pdb] Allow zero-copy read support for symbol streams.Zachary Turner2016-05-271-6/+4
* [codeview,pdb] Try really hard to conserve memory when reading.Zachary Turner2016-05-271-42/+43
* [codeview] Move StreamInterface and StreamReader to libcodeview.Zachary Turner2016-05-251-3/+3
* [llvm-pdbdump] Decipher the remaining PDB streams.Zachary Turner2016-05-251-0/+12
* [llvm-pdbdump] Rework command line options.Zachary Turner2016-05-241-0/+4
* pdbdump: Rename NumberOfSymbols -> SymbolRecordStreamIndex.Rui Ueyama2016-05-191-4/+6
* pdbdump: Print "Publics" stream.Rui Ueyama2016-05-131-11/+15
* Port DebugInfoPDB over to using llvm::Error.Zachary Turner2016-05-061-29/+52
* PDB - Instead of hardcoding stream numbers, use an enum.Zachary Turner2016-05-021-1/+1
* Parse PDB Name Hash TableZachary Turner2016-05-021-0/+4
* Put PDB parsing code into a pdb namespace.Zachary Turner2016-04-291-0/+267
OpenPOWER on IntegriCloud