Home
last modified time | relevance | path

Searched refs:getHashKeySize (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiStream.h50 uint32_t getHashKeySize() const;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp142 uint32_t TpiStream::getHashKeySize() const { return Header->HashKeySize; } in getHashKeySize() function in TpiStream
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1396 P.formatLine("Hash Key Size: {0}", Stream.getHashKeySize()); in dumpTpiStream()