Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStreamBuilder.cpp117 H->HashValueBuffer.Off = 0; in finalize()
118 H->HashValueBuffer.Length = calculateHashBufferSize(); in finalize()
122 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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawTypes.h295 EmbeddedBuf HashValueBuffer; member