Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStreamBuilder.cpp118 H->HashAdjBuffer.Off = H->HashValueBuffer.Off + H->HashValueBuffer.Length; in finalize()
119 H->HashAdjBuffer.Length = 0; in finalize()
121 H->IndexOffsetBuffer.Off = H->HashAdjBuffer.Off + H->HashAdjBuffer.Length; in finalize()
H A DTpiStream.cpp106 if (Header->HashAdjBuffer.Length > 0) { in reload()
107 HSR.setOffset(Header->HashAdjBuffer.Off); in reload()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawTypes.h297 EmbeddedBuf HashAdjBuffer; member