summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB/Raw/ModStream.cpp
Commit message (Expand)AuthorAgeFilesLines
* NFC: Rename (PDB) RawSession to NativeSessionAdrian McCarthy2017-01-251-85/+0
* [DebugInfo] Fix some Clang-tidy modernize-use-default and Include What You Us...Eugene Zelenko2016-11-231-11/+15
* [pdb] Dump Module Symbols to Yaml.Zachary Turner2016-10-081-2/+1
* [msf] Resubmit "Rename Msf -> MSF".Zachary Turner2016-07-291-1/+1
* Revert "[msf] Rename Msf to MSF."Zachary Turner2016-07-291-1/+1
* [msf] Rename Msf to MSF.Zachary Turner2016-07-291-1/+1
* [pdb] Refactor library to more clearly separate reading/writingZachary Turner2016-07-281-1/+1
* Get rid of IMsfStreamData class.Zachary Turner2016-07-281-1/+0
* [msf] Create LLVMDebugInfoMsfZachary Turner2016-07-221-5/+6
* [pdb] Round trip the PDB stream between YAML and binary PDB.Zachary Turner2016-07-061-0/+2
* [pdb] Avoid reporting an error when the module symbol stream is emptyReid Kleckner2016-07-011-0/+3
* [pdb] Handle stream index errors better.Zachary Turner2016-06-081-5/+4
* [pdb] Use MappedBlockStream to parse the PDB directory.Zachary Turner2016-06-071-2/+5
* [codeview] Dump line number and column information.Zachary Turner2016-06-031-1/+1
* [llvm-pdbdump] Dump CodeView line information.Zachary Turner2016-06-021-3/+9
* [pdb] Parse and dump section map and section contribsZachary Turner2016-06-021-0/+4
* [PDB] Make ModStream::symbols report errorsDavid Majnemer2016-06-011-1/+2
* [pdb] Add unit tests for PDB MappedBlockStream and zero copyZachary Turner2016-05-311-0/+1
* [pdb] Finish conversion to zero copy pdb access.Zachary Turner2016-05-281-2/+2
* Resubmit "[pdb] Allow zero-copy read support for symbol streams.""Zachary Turner2016-05-271-3/+10
* Revert "[pdb] Allow zero-copy read support for symbol streams."Chad Rosier2016-05-271-10/+3
* [pdb] Allow zero-copy read support for symbol streams.Zachary Turner2016-05-271-3/+10
* [codeview,pdb] Try really hard to conserve memory when reading.Zachary Turner2016-05-271-4/+4
* [codeview] Move StreamInterface and StreamReader to libcodeview.Zachary Turner2016-05-251-2/+3
* Make a symbol visitor and use it to dump CV symbols.Zachary Turner2016-05-231-1/+1
* [pdb] Parse the module info stream for each module.Zachary Turner2016-05-091-0/+55
OpenPOWER on IntegriCloud