1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/include/llvm/DebugInfo
Zachary Turner ee319cd955 llvm-pdbdump: Only dump whitelisted global symbols.
Dumping the global scope contains a lot of very uninteresting
things and is generally polluted with a lot of random junk.
Furthermore, it dumps values unsorted, making it hard to read.
This patch dumps known interesting types only, and as a side
effect sorts the list by symbol type.

llvm-svn: 229232
2015-02-14 03:54:28 +00:00
..
DWARF DWARFUnit: Add a couple of helpers to access the DIE array. 2015-02-13 23:18:24 +00:00
PDB llvm-pdbdump: Only dump whitelisted global symbols. 2015-02-14 03:54:28 +00:00