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

Declarations

include/llvm/DebugInfo/PDB/PDBExtras.h
   38 raw_ostream &operator<<(raw_ostream &OS, const PDB_UdtType &Type);

References

include/llvm/DebugInfo/PDB/PDBExtras.h
   51   OS << Name << ": " << Value;
tools/llvm-pdbutil/PrettyClassDefinitionDumper.cpp
   60   WithColor(Printer, PDB_ColorItem::Keyword).get() << Class.getUdtKind() << " ";
tools/llvm-pdbutil/PrettyTypeDumper.cpp
  189   WithColor(Printer, PDB_ColorItem::Keyword).get() << Class.getUdtKind() << " ";
  353         << Class.getClass().getUdtKind() << " ";