Home
last modified time | relevance | path

Searched refs:HashKeySize (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp60 if (Header->HashKeySize != sizeof(ulittle32_t)) in reload()
142 uint32_t TpiStream::getHashKeySize() const { return Header->HashKeySize; } in getHashKeySize()
H A DTpiStreamBuilder.cpp107 H->HashKeySize = sizeof(ulittle32_t); in finalize()
/openbsd/gnu/llvm/llvm/docs/PDB/
H A DTpiStream.rst219 uint32_t HashKeySize;
275 - **HashKeySize** - The size of a hash value (usually 4 bytes).
285 HashKeySize`` we can consider the PDB malformed.
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawTypes.h292 support::ulittle32_t HashKeySize; member