1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/test/DebugInfo/PDB
Zachary Turner efbbdd9c6c Add CodeViewRecordIO for reading and writing.
Using a pattern similar to that of YamlIO, this allows
us to have a single codepath for translating codeview
records to and from serialized byte streams.  The
current patch only hooks this up to the reading of
CodeView type records.  A subsequent patch will hook
it up for writing of CodeView type records, and then a
third patch will hook up the reading and writing of
CodeView symbols.

Differential Revision: https://reviews.llvm.org/D26040

llvm-svn: 285836
2016-11-02 17:05:19 +00:00
..
DIA Update llvm-pdbdump to use subcommands. 2016-06-30 17:42:48 +00:00
Inputs [llvm-pdbdump] Restore error messages, handle bad block sizes 2016-04-28 23:47:27 +00:00
pdb-yaml-symbols.test [pdb] Dump Module Symbols to Yaml. 2016-10-08 01:12:01 +00:00
pdbdump-headers.test Do not print out Flags field twice. 2016-10-28 23:57:37 +00:00
pdbdump-raw-blocks.test [pdb] Add command line options for dumping individual streams and blocks 2016-09-09 18:17:52 +00:00
pdbdump-raw-stream.test [pdb] Print out some more info when dumping a raw stream. 2016-09-09 19:00:49 +00:00
pdbdump-readwrite.test Do not pass a superblock to PDBFileBuilder. 2016-09-30 20:52:12 +00:00
pdbdump-write.test [pdb] Write TPI hash values to the TPI stream. 2016-09-14 23:00:02 +00:00
pdbdump-yaml-types.test Add CodeViewRecordIO for reading and writing. 2016-11-02 17:05:19 +00:00
pdbdump-yaml.test [pdbdump] Use the "flow" style to print out a sequence of uint32_t. 2016-07-20 19:41:47 +00:00