Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStreamBuilder.cpp114 H->HashValueBuffer.Off = 0; in finalize()
115 H->HashValueBuffer.Length = calculateHashBufferSize(); in finalize()
119 H->HashAdjBuffer.Off = H->HashValueBuffer.Off + H->HashValueBuffer.Length; in finalize()
H A DTpiStream.cpp91 Header->HashValueBuffer.Length / sizeof(ulittle32_t); in reload()
96 HSR.setOffset(Header->HashValueBuffer.Off); in reload()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawTypes.h295 EmbeddedBuf HashValueBuffer; member