Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DTpiStream.h41 uint16_t getTypeHashStreamIndex() const;
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DStreamUtil.cpp120 else if (Tpi && StreamIdx == Tpi->getTypeHashStreamIndex()) in discoverStreamPurposes()
126 else if (Ipi && StreamIdx == Ipi->getTypeHashStreamIndex()) in discoverStreamPurposes()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DTpiStream.h47 uint16_t getTypeHashStreamIndex() const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DTpiStream.cpp132 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()