llvm/tools/llvm-pdbdump
Zachary Turner 2ce5ded6d2 [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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@283641 91177308-0d34-0410-b5e6-96231b3b80d8
2016-10-08 01:12:01 +00:00
..
2016-05-04 20:32:13 +00:00
2016-10-08 01:12:01 +00:00
2016-10-08 01:12:01 +00:00
2016-05-04 20:32:13 +00:00
2016-09-15 18:22:31 +00:00