Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStreamBuilder.cpp109 H->HashStreamIndex = HashStreamIndex; in finalize()
160 HashStreamIndex = *ExpectedIndex; in finalizeMsfLayout()
198 if (HashStreamIndex != kInvalidStreamIndex) { in commit()
200 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-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiStreamBuilder.h85 uint32_t HashStreamIndex = kInvalidStreamIndex;
H A DRawTypes.h290 support::ulittle16_t HashStreamIndex; member