reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
27 raw_ostream &operator<<(raw_ostream &OS, const PDB_CallingConv &Conv);
51 OS << Name << ": " << Value;
tools/llvm-pdbutil/PrettyFunctionDumper.cpp74 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 << " ";