Home
last modified time | relevance | path

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

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