Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
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()
DTpiStream.cpp90 Header->HashValueBuffer.Length / sizeof(ulittle32_t); in reload()
95 HSR.setOffset(Header->HashValueBuffer.Off); in reload()
/external/llvm/lib/DebugInfo/PDB/Raw/
DTpiStream.cpp56 EmbeddedBuf HashValueBuffer; member
198 uint32_t NumHashValues = Header->HashValueBuffer.Length / sizeof(ulittle32_t); in reload()
203 HSR.setOffset(Header->HashValueBuffer.Off); in reload()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DRawTypes.h296 EmbeddedBuf HashValueBuffer; member