summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB/Raw/MappedBlockStream.cpp
Commit message (Expand)AuthorAgeFilesLines
* [msf] Create LLVMDebugInfoMsfZachary Turner2016-07-221-310/+0
* [llvm-pdbdump] Propagate errors a little more consistentlyDavid Majnemer2016-07-101-5/+14
* [pdb] Re-add code to write PDB files.Zachary Turner2016-06-301-0/+2
* [pdb] Fix issues with pdb writing.Zachary Turner2016-06-101-1/+1
* Add support for writing through StreamInterface.Zachary Turner2016-06-101-9/+154
* [pdb] Handle stream index errors better.Zachary Turner2016-06-081-0/+30
* [pdb] Convert StringRefs to ArrayRef<uint8_t>s.Zachary Turner2016-06-071-6/+5
* [pdb] Use MappedBlockStream to parse the PDB directory.Zachary Turner2016-06-071-13/+12
* [pdb] Add unit tests for PDB MappedBlockStream and zero copyZachary Turner2016-05-311-1/+6
* [pdb] Fix size check when reading stream bytes.Zachary Turner2016-05-271-2/+2
* [codeview,pdb] Try really hard to conserve memory when reading.Zachary Turner2016-05-271-22/+63
* [llvm-pdbdump] Rework command line options.Zachary Turner2016-05-241-3/+25
* Port DebugInfoPDB over to using llvm::Error.Zachary Turner2016-05-061-10/+9
* Change operation_not_supported to not_supported.Zachary Turner2016-05-031-1/+1
* Parse the TPI (type information) stream of PDB files.Zachary Turner2016-05-031-0/+6
* Put PDB parsing code into a pdb namespace.Zachary Turner2016-04-291-0/+1
* Refactor the PDB Stream reading interface.Zachary Turner2016-04-291-0/+52
OpenPOWER on IntegriCloud