Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStreamBuilder.cpp77 H->HashStreamIndex = HashStreamIndex; in finalize()
128 HashStreamIndex = *ExpectedIndex; in finalizeMsfLayout()
160 if (HashStreamIndex != kInvalidStreamIndex) { in commit()
162 Layout, Buffer, HashStreamIndex, Allocator); in commit()
H A DTpiStream.cpp81 if (Header->HashStreamIndex != kInvalidStreamIndex) { in reload()
82 if (Header->HashStreamIndex >= Pdb.getNumStreams()) in reload()
87 Pdb.getMsfLayout(), Pdb.getMsfBuffer(), Header->HashStreamIndex, in reload()
136 return Header->HashStreamIndex; in getTypeHashStreamIndex()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiStreamBuilder.h81 uint32_t HashStreamIndex = kInvalidStreamIndex;
H A DRawTypes.h291 support::ulittle16_t HashStreamIndex; member