diff options
author | Reid Kleckner <rnk@google.com> | 2017-07-21 18:28:55 +0000 |
---|---|---|
committer | Reid Kleckner <rnk@google.com> | 2017-07-21 18:28:55 +0000 |
commit | 686f121a5de3864ed0343b5753e60e1641c2c4a7 (patch) | |
tree | 9667ac071faf427d44a38e7fe2ca69bf7bc88500 /llvm/lib/DebugInfo/PDB/Native/GSI.h | |
parent | 33e67ad098e3e3cb5e2565decaaac85123d7f004 (diff) | |
download | bcm5719-llvm-686f121a5de3864ed0343b5753e60e1641c2c4a7.tar.gz bcm5719-llvm-686f121a5de3864ed0343b5753e60e1641c2c4a7.zip |
[PDB] Dump extra info about the publics stream
This includes the hash table, the address map, and the thunk table and
section offset table. The last two are only used for incremental
linking, which LLD doesn't support, so they are less interesting. The
hash table is particularly important to get right, since this is the one
of the streams that debuggers use to translate addresses to symbols.
llvm-svn: 308764
Diffstat (limited to 'llvm/lib/DebugInfo/PDB/Native/GSI.h')
-rw-r--r-- | llvm/lib/DebugInfo/PDB/Native/GSI.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/DebugInfo/PDB/Native/GSI.h b/llvm/lib/DebugInfo/PDB/Native/GSI.h index 9e63bc83548..ce2b301b3cc 100644 --- a/llvm/lib/DebugInfo/PDB/Native/GSI.h +++ b/llvm/lib/DebugInfo/PDB/Native/GSI.h @@ -41,7 +41,7 @@ namespace pdb { static const unsigned IPHR_HASH = 4096; /// Header of the hash tables found in the globals and publics sections. -/// Based on GSIHashHeader in +/// Based on GSIHashHdr in /// https://github.com/Microsoft/microsoft-pdb/blob/master/PDB/dbi/gsi.h struct GSIHashHeader { enum : unsigned { |