Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DStreamUtil.cpp122 else if (Tpi && StreamIdx == Tpi->getTypeHashStreamAuxIndex()) in discoverStreamPurposes()
128 else if (Ipi && StreamIdx == Ipi->getTypeHashStreamAuxIndex()) in discoverStreamPurposes()
H A DDumpOutputStyle.cpp1492 Stream.getTypeHashStreamAuxIndex()); in dumpTpiStream()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiStream.h47 uint16_t getTypeHashStreamAuxIndex() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp137 uint16_t TpiStream::getTypeHashStreamAuxIndex() const { in getTypeHashStreamAuxIndex() function in TpiStream