llvm-project/llvm/test/DebugInfo/PDB
Zachary Turner 3b14764ce5 [pdb] Dump Module Symbols to Yaml.
This is the first step towards round-tripping symbol information,
and thusly being able to write symbol information to a PDB.

This patch writes the symbol information for each compiland to
the Yaml when running in pdb2yaml mode.  There's still some loose
ends, such as what to do about relocations (necessary in order to
print linkage names), how to print enums with friendly names, and
how to give the dumper access to the StringTable, but this is a
good first start.

llvm-svn: 283641
2016-10-08 01:12:01 +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 [pdb] Add command line options for dumping individual streams and blocks 2016-09-09 18:17:52 +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 Re-add "Make FieldList records print as a YAML sequence" 2016-09-06 23:45:47 +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