Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStreamBuilder.cpp85 H->HashValueBuffer.Off = 0; in finalize()
86 H->HashValueBuffer.Length = calculateHashBufferSize(); in finalize()
90 H->HashAdjBuffer.Off = H->HashValueBuffer.Off + H->HashValueBuffer.Length; in finalize()
H A DTpiStream.cpp93 Header->HashValueBuffer.Length / sizeof(ulittle32_t); in reload()
98 HSR.setOffset(Header->HashValueBuffer.Off); in reload()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawTypes.h296 EmbeddedBuf HashValueBuffer; member