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.cpp105 H->HashStreamIndex = HashStreamIndex; in finalize()
156 HashStreamIndex = *ExpectedIndex; in finalizeMsfLayout()
195 if (HashStreamIndex != kInvalidStreamIndex) { in commit()
197 Layout, Buffer, HashStreamIndex, Allocator); in commit()
H A DTpiStream.cpp79 if (Header->HashStreamIndex != kInvalidStreamIndex) { in reload()
80 auto HS = Pdb.safelyCreateIndexedStream(Header->HashStreamIndex); in reload()
133 return Header->HashStreamIndex; in getTypeHashStreamIndex()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiStreamBuilder.h81 uint32_t HashStreamIndex = kInvalidStreamIndex;
H A DRawTypes.h290 support::ulittle16_t HashStreamIndex; member