Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp111 H->HashKeySize = sizeof(ulittle32_t); in finalize()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/PDB/
H A DTpiStream.rst218 uint32_t HashKeySize;
274 - **HashKeySize** - The size of a hash value (usually 4 bytes).
284 HashKeySize`` we can consider the PDB malformed.
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawTypes.h292 support::ulittle32_t HashKeySize; member