reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/DebugInfo/PDB/Native/TpiStream.h
   47   uint16_t getTypeHashStreamAuxIndex() const;

References

tools/llvm-pdbutil/DumpOutputStyle.cpp
 1497                  Stream.getTypeHashStreamAuxIndex());
tools/llvm-pdbutil/StreamUtil.cpp
  122     else if (Tpi && StreamIdx == Tpi->getTypeHashStreamAuxIndex())
  128     else if (Ipi && StreamIdx == Ipi->getTypeHashStreamAuxIndex())