summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB/Raw/DbiStream.cpp
Commit message (Expand)AuthorAgeFilesLines
* NFC: Rename (PDB) RawSession to NativeSessionAdrian McCarthy2017-01-251-425/+0
* [PDB] Rename some files to be more intuitive.Zachary Turner2017-01-201-1/+0
* [DebugInfo] Fix some Clang-tidy modernize-use-default and Include What You Us...Eugene Zelenko2016-11-231-5/+10
* [msf] Resubmit "Rename Msf -> MSF".Zachary Turner2016-07-291-3/+3
* Revert "[msf] Rename Msf to MSF."Zachary Turner2016-07-291-3/+3
* [msf] Rename Msf to MSF.Zachary Turner2016-07-291-3/+3
* [pdb] Refactor library to more clearly separate reading/writingZachary Turner2016-07-281-41/+10
* Get rid of IMsfStreamData class.Zachary Turner2016-07-281-1/+0
* [msf] Create LLVMDebugInfoMsfZachary Turner2016-07-221-10/+10
* [pdb] Move file layout header structs to RawTypes.hZachary Turner2016-07-221-59/+11
* [pdb] Round-trip module & file info to/from YAML.Zachary Turner2016-07-221-8/+47
* [pdb] Use MsfBuilder to handle the writing PDBs.Zachary Turner2016-07-151-4/+27
* Refactor the PDB writing to use a builder approachZachary Turner2016-07-111-32/+15
* Give helper classes/functions internal linkage. NFC.Benjamin Kramer2016-07-101-2/+2
* [pdb] Round trip the PDB stream between YAML and binary PDB.Zachary Turner2016-07-061-0/+2
* [pdb] Don't error on missing FPO streamsReid Kleckner2016-06-171-0/+5
* [pdb] Handle stream index errors better.Zachary Turner2016-06-081-23/+26
* [pdb] Try to fix use after free.Zachary Turner2016-06-081-0/+6
* [pdb] Use MappedBlockStream to parse the PDB directory.Zachary Turner2016-06-071-3/+8
* [pdbdump] Print out New FPO stream contents.Rui Ueyama2016-06-061-1/+24
* [pdb] Print out file names instead of file offsets.Zachary Turner2016-06-031-8/+18
* pdbdump: print out COFF section headers.Rui Ueyama2016-06-021-1/+27
* [pdb] Parse and dump section map and section contribsZachary Turner2016-06-021-10/+71
* Resubmit "[pdb] Allow zero-copy read support for symbol streams.""Zachary Turner2016-05-271-6/+4
* Revert "[pdb] Allow zero-copy read support for symbol streams."Chad Rosier2016-05-271-4/+6
* [pdb] Allow zero-copy read support for symbol streams.Zachary Turner2016-05-271-6/+4
* [codeview,pdb] Try really hard to conserve memory when reading.Zachary Turner2016-05-271-42/+43
* [codeview] Move StreamInterface and StreamReader to libcodeview.Zachary Turner2016-05-251-3/+3
* [llvm-pdbdump] Decipher the remaining PDB streams.Zachary Turner2016-05-251-0/+12
* [llvm-pdbdump] Rework command line options.Zachary Turner2016-05-241-0/+4
* pdbdump: Rename NumberOfSymbols -> SymbolRecordStreamIndex.Rui Ueyama2016-05-191-4/+6
* pdbdump: Print "Publics" stream.Rui Ueyama2016-05-131-11/+15
* Port DebugInfoPDB over to using llvm::Error.Zachary Turner2016-05-061-29/+52
* PDB - Instead of hardcoding stream numbers, use an enum.Zachary Turner2016-05-021-1/+1
* Parse PDB Name Hash TableZachary Turner2016-05-021-0/+4
* Put PDB parsing code into a pdb namespace.Zachary Turner2016-04-291-0/+267
OpenPOWER on IntegriCloud