1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00
Adrian McCarthy ee6fb7079a Enable llvm-pdbutil to list enumerations using native PDB reader
This extends the native reader to enable llvm-pdbutil to list the enums in a
PDB and it includes a simple test. It does not yet list the values in the
enumerations, which requires an actual implementation of
NativeEnumSymbol::FindChildren.

To exercise this code, use a command like:

    llvm-pdbutil pretty -native -enums foo.pdb

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

llvm-svn: 310144
2017-08-04 22:37:58 +00:00
..
2017-06-16 23:42:15 +00:00
2017-07-10 19:16:49 +00:00
2017-07-10 19:16:49 +00:00
2017-07-07 18:45:37 +00:00
2017-07-10 19:16:49 +00:00
2017-07-10 19:16:49 +00:00