summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB/Raw/PublicsStream.cpp
Commit message (Expand)AuthorAgeFilesLines
* NFC: Rename (PDB) RawSession to NativeSessionAdrian McCarthy2017-01-251-131/+0
* [DebugInfo] Fix some Clang-tidy modernize-use-default and Include What You Us...Eugene Zelenko2016-11-231-12/+8
* [pdb] added support for dumping globals streamBob Haarman2016-10-211-46/+8
* [msf] Resubmit "Rename Msf -> MSF".Zachary Turner2016-07-291-2/+2
* Revert "[msf] Rename Msf to MSF."Zachary Turner2016-07-291-2/+2
* [msf] Rename Msf to MSF.Zachary Turner2016-07-291-2/+2
* Get rid of IMsfStreamData class.Zachary Turner2016-07-281-1/+0
* [msf] Create LLVMDebugInfoMsfZachary Turner2016-07-221-4/+5
* [pdb] Round trip the PDB stream between YAML and binary PDB.Zachary Turner2016-07-061-0/+2
* [pdb] Handle stream index errors better.Zachary Turner2016-06-081-4/+4
* [pdb] Use MappedBlockStream to parse the PDB directory.Zachary Turner2016-06-071-1/+3
* [pdb] Finish conversion to zero copy pdb access.Zachary Turner2016-05-281-5/+6
* Make sure these error codes are marked as checkedDavid Majnemer2016-05-271-12/+18
* [codeview] Remove StreamReader copying method.Zachary Turner2016-05-271-40/+10
* [codeview,pdb] Try really hard to conserve memory when reading.Zachary Turner2016-05-271-4/+3
* [codeview] Move StreamInterface and StreamReader to libcodeview.Zachary Turner2016-05-251-2/+2
* [codeview, pdb] Dump symbol records in publics streamZachary Turner2016-05-241-12/+6
* pdbdump: print out symbol names referred by publics stream.Rui Ueyama2016-05-201-9/+28
* Fix -Wmicrosoft-enum-value warningReid Kleckner2016-05-191-2/+2
* pdbdump: Print out section offsets in the publics stream.Rui Ueyama2016-05-181-2/+6
* Try again to fix pdbdump-headers.test on big-endian hosts after r269861.Daniel Sanders2016-05-181-5/+9
* Attempt to fix pdbdump-headers.test on big-endian hosts after r269861.Daniel Sanders2016-05-181-2/+6
* pdbdump: Print out more strcutures.Rui Ueyama2016-05-171-3/+39
* pdbdump: Print "Publics" stream.Rui Ueyama2016-05-131-0/+132
OpenPOWER on IntegriCloud