Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DTpiStream.h42 uint16_t getTypeHashStreamAuxIndex() const;
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DStreamUtil.cpp123 else if (Tpi && StreamIdx == Tpi->getTypeHashStreamAuxIndex()) in discoverStreamPurposes()
129 else if (Ipi && StreamIdx == Ipi->getTypeHashStreamAuxIndex()) in discoverStreamPurposes()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DTpiStream.h48 uint16_t getTypeHashStreamAuxIndex() const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DTpiStream.cpp136 uint16_t TpiStream::getTypeHashStreamAuxIndex() const { in getTypeHashStreamAuxIndex() function in TpiStream
/external/llvm/lib/DebugInfo/PDB/Raw/
DTpiStream.cpp246 uint16_t TpiStream::getTypeHashStreamAuxIndex() const { in getTypeHashStreamAuxIndex() function in TpiStream
/external/llvm/tools/llvm-pdbdump/
DLLVMOutputStyle.cpp164 else if (Tpi && StreamIdx == Tpi->getTypeHashStreamAuxIndex()) in dumpStreamSummary()
168 else if (Ipi && StreamIdx == Ipi->getTypeHashStreamAuxIndex()) in dumpStreamSummary()