Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DTpiStream.h42 uint16_t getTypeHashStreamAuxIndex() const;
/external/llvm-project/llvm/tools/llvm-pdbutil/
DStreamUtil.cpp122 else if (Tpi && StreamIdx == Tpi->getTypeHashStreamAuxIndex()) in discoverStreamPurposes()
128 else if (Ipi && StreamIdx == Ipi->getTypeHashStreamAuxIndex()) in discoverStreamPurposes()
DDumpOutputStyle.cpp1496 Stream.getTypeHashStreamAuxIndex()); in dumpTpiStream()
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DTpiStream.h47 uint16_t getTypeHashStreamAuxIndex() const;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DTpiStream.h47 uint16_t getTypeHashStreamAuxIndex() const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DTpiStream.cpp137 uint16_t TpiStream::getTypeHashStreamAuxIndex() const { in getTypeHashStreamAuxIndex() function in TpiStream
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DTpiStream.cpp137 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()