Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiStream.h49 uint32_t getHashKeySize() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp142 uint32_t TpiStream::getHashKeySize() const { return Header->HashKeySize; } in getHashKeySize() function in TpiStream
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1493 P.formatLine("Hash Key Size: {0}", Stream.getHashKeySize()); in dumpTpiStream()