Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStreamBuilder.cpp106 H->HashStreamIndex = HashStreamIndex; in finalize()
112 // the `HashStreamIndex` field of the `TpiStreamHeader`. Therefore, the data in finalize()
157 HashStreamIndex = *ExpectedIndex; in finalizeMsfLayout()
196 if (HashStreamIndex != kInvalidStreamIndex) { in commit()
198 Layout, Buffer, HashStreamIndex, Allocator); in commit()
H A DTpiStream.cpp80 if (Header->HashStreamIndex != kInvalidStreamIndex) { in reload()
81 auto HS = Pdb.safelyCreateIndexedStream(Header->HashStreamIndex); in reload()
134 return Header->HashStreamIndex; in getTypeHashStreamIndex()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiStreamBuilder.h77 uint32_t HashStreamIndex = kInvalidStreamIndex;
H A DRawTypes.h290 support::ulittle16_t HashStreamIndex; member