summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB/Raw/TpiStream.cpp
Commit message (Expand)AuthorAgeFilesLines
* [codeview,pdb] Try really hard to conserve memory when reading.Zachary Turner2016-05-271-7/+6
* [codeview] Move StreamInterface and StreamReader to libcodeview.Zachary Turner2016-05-251-3/+3
* [llvm-pdbdump] Dump the IPI stream and all records.Zachary Turner2016-05-251-2/+2
* [llvm-pdbdump] Dump stream summary list.Zachary Turner2016-05-251-0/+8
* [codeview] Try to handle errors better in record iteratorReid Kleckner2016-05-121-2/+2
* Port DebugInfoPDB over to using llvm::Error.Zachary Turner2016-05-061-12/+26
* [codeview] Add a type visitor to help abstract away type stream handlingReid Kleckner2016-05-041-1/+1
* Remove unused variable.Zachary Turner2016-05-031-2/+0
* Move CodeViewTypeStream to DebugInfo/CodeViewZachary Turner2016-05-031-23/+2
* Parse the TPI (type information) stream of PDB files.Zachary Turner2016-05-031-0/+143
OpenPOWER on IntegriCloud