summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/CodeView/CodeViewError.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add support for writing through StreamInterface.Zachary Turner2016-06-101-0/+2
| | | | | | | | | | | 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
* [codeview] Move StreamInterface and StreamReader to libcodeview.Zachary Turner2016-05-251-0/+65
We have need to reuse this functionality, including making additional generic stream types that are smarter about how and when they copy memory versus referencing the original memory. So all of these structures belong in the common library rather than being pdb specific. llvm-svn: 270751
OpenPOWER on IntegriCloud