1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 04:52:54 +02:00
llvm-mirror/test/DebugInfo/PDB
Rui Ueyama 497f2c0f25 pdbdump: Print "Publics" stream.
Publics stream seems to contain information as to public symbols.
It actually contains a serialized hash table along with fixed-sized
headers. This patch is not complete. It scans only till the end of
the stream and dump the header information. I'll write code to
de-serialize the hash table later.

Reviewers: zturner

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D20256

llvm-svn: 269484
2016-05-13 21:21:53 +00:00
..
DIA Fix some display bugs in llvm-pdbdump. 2016-04-11 20:39:17 +00:00
Inputs [llvm-pdbdump] Restore error messages, handle bad block sizes 2016-04-28 23:47:27 +00:00
pdbdump-headers.test pdbdump: Print "Publics" stream. 2016-05-13 21:21:53 +00:00