Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/tools/llvm-pdbutil/
DStreamUtil.cpp119 else if (Tpi && StreamIdx == Tpi->getTypeHashStreamIndex()) in discoverStreamPurposes()
125 else if (Ipi && StreamIdx == Ipi->getTypeHashStreamIndex()) in discoverStreamPurposes()
DDumpOutputStyle.cpp1392 P.formatLine("Hash Stream Index: {0}", Stream.getTypeHashStreamIndex()); in dumpTpiStream()
/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
DTpiStream.h47 uint16_t getTypeHashStreamIndex() const;
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
DTpiStream.cpp133 uint16_t TpiStream::getTypeHashStreamIndex() const { in getTypeHashStreamIndex() function in TpiStream