[PATCH] D20256: pdbdump: Print "Publics" stream.
Zachary Turner via llvm-commits
llvm-commits at lists.llvm.org
Fri May 13 13:49:08 PDT 2016
zturner added a comment.
In Microsoft's code, is the hash table an `NMT` or an `NMTNI`? We can parse both of those using the `NameMap` class and `NameHashTable` classes in `DebugInfoPDB`. I forget which is which, but `NameHashTable` starts with a very obvious signature `0xEFFEEFFE`, so you should be able to tell immediately which one it is.
http://reviews.llvm.org/D20256
More information about the llvm-commits
mailing list