summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/CodeView/StreamWriter.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add support for writing through StreamInterface.Zachary Turner2016-06-101-0/+77
This adds method and tests for writing to a PDB stream. With this, even a PDB stream which is discontiguous can be treated as a sequential stream of bytes for the purposes of writing. Reviewed By: ruiu Differential Revision: http://reviews.llvm.org/D21157 llvm-svn: 272369
OpenPOWER on IntegriCloud