Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DTpiStream.h41 uint16_t getTypeHashStreamIndex() const;
/external/llvm-project/llvm/tools/llvm-pdbutil/
DStreamUtil.cpp119 else if (Tpi && StreamIdx == Tpi->getTypeHashStreamIndex()) in discoverStreamPurposes()
125 else if (Ipi && StreamIdx == Ipi->getTypeHashStreamIndex()) in discoverStreamPurposes()
DDumpOutputStyle.cpp1494 P.formatLine("Hash Stream Index: {0}", Stream.getTypeHashStreamIndex()); in dumpTpiStream()
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DTpiStream.h46 uint16_t getTypeHashStreamIndex() const;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DTpiStream.h46 uint16_t getTypeHashStreamIndex() const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DTpiStream.cpp133 uint16_t TpiStream::getTypeHashStreamIndex() const { in getTypeHashStreamIndex() function in TpiStream
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DTpiStream.cpp133 uint16_t TpiStream::getTypeHashStreamIndex() const { in getTypeHashStreamIndex() function in TpiStream
/external/llvm/lib/DebugInfo/PDB/Raw/
DTpiStream.cpp242 uint16_t TpiStream::getTypeHashStreamIndex() const { in getTypeHashStreamIndex() function in TpiStream
/external/llvm/tools/llvm-pdbdump/
DLLVMOutputStyle.cpp162 else if (Tpi && StreamIdx == Tpi->getTypeHashStreamIndex()) in dumpStreamSummary()
166 else if (Ipi && StreamIdx == Ipi->getTypeHashStreamIndex()) in dumpStreamSummary()