aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/PDB/Raw/TpiStream.cpp
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2016-06-07 23:44:27 +0000
committerRui Ueyama <ruiu@google.com>2016-06-07 23:44:27 +0000
commitd833917f988733d06b963b3853223f40bfce49e6 (patch)
treed5a8be408c3cda8ea1d2e25cf86c720336ee3a9d /llvm/lib/DebugInfo/PDB/Raw/TpiStream.cpp
parent1873a496e20a391633fc29665d6620c1ca3191f7 (diff)
downloadllvm-d833917f988733d06b963b3853223f40bfce49e6.zip
llvm-d833917f988733d06b963b3853223f40bfce49e6.tar.gz
llvm-d833917f988733d06b963b3853223f40bfce49e6.tar.bz2
[pdbdump] Print out TPI hash key size.
llvm-svn: 272073
Diffstat (limited to 'llvm/lib/DebugInfo/PDB/Raw/TpiStream.cpp')
-rw-r--r--llvm/lib/DebugInfo/PDB/Raw/TpiStream.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/DebugInfo/PDB/Raw/TpiStream.cpp b/llvm/lib/DebugInfo/PDB/Raw/TpiStream.cpp
index 9d8a45e..2002456 100644
--- a/llvm/lib/DebugInfo/PDB/Raw/TpiStream.cpp
+++ b/llvm/lib/DebugInfo/PDB/Raw/TpiStream.cpp
@@ -153,6 +153,8 @@ uint16_t TpiStream::getTypeHashStreamAuxIndex() const {
return Header->HashAuxStreamIndex;
}
+uint32_t TpiStream::getHashKeySize() const { return Header->HashKeySize; }
+
codeview::FixedStreamArray<support::ulittle32_t>
TpiStream::getHashValues() const {
return HashValues;