Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DTpiStreamBuilder.cpp76 H->HashStreamIndex = HashStreamIndex; in finalize()
127 HashStreamIndex = *ExpectedIndex; in finalizeMsfLayout()
162 if (HashStreamIndex != kInvalidStreamIndex) { in commit()
164 Layout, Buffer, HashStreamIndex, Allocator); in commit()
DTpiStream.cpp80 if (Header->HashStreamIndex != kInvalidStreamIndex) { in reload()
81 auto HS = Pdb.safelyCreateIndexedStream(Header->HashStreamIndex); in reload()
134 return Header->HashStreamIndex; in getTypeHashStreamIndex()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DTpiStreamBuilder.h80 uint32_t HashStreamIndex = kInvalidStreamIndex;
DRawTypes.h290 support::ulittle16_t HashStreamIndex; member