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

Declarations

include/llvm/DebugInfo/PDB/PDBExtras.h
   27 raw_ostream &operator<<(raw_ostream &OS, const PDB_CallingConv &Conv);

References

include/llvm/DebugInfo/PDB/PDBExtras.h
   51   OS << Name << ": " << Value;
tools/llvm-pdbutil/PrettyFunctionDumper.cpp
   74       WithColor(Printer, PDB_ColorItem::Keyword).get() << CC << " ";
   84       WithColor(Printer, PDB_ColorItem::Keyword).get() << CC << " ";
  173         << Signature->getCallingConvention() << " ";
tools/llvm-pdbutil/PrettyVariableDumper.cpp
  185     WithColor(Printer, PDB_ColorItem::Keyword).get() << CC << " ";