Searched refs:PrettyPrinter (Results 1 – 4 of 4) sorted by relevance
399 class PrettyPrinter {411 PrettyPrinter(bool V = false, bool C = true, bool CS = true)922 class StdPrinter : public PrettyPrinter<StdPrinter, std::ostream> {};
670 class PrettyPrinter { class672 virtual ~PrettyPrinter() = default;725 PrettyPrinter PrettyPrinterInst;727 class HexagonPrettyPrinter : public PrettyPrinter {848 class AMDGCNPrettyPrinter : public PrettyPrinter {901 class BPFPrettyPrinter : public PrettyPrinter {924 class ARMPrettyPrinter : public PrettyPrinter {978 class AArch64PrettyPrinter : public PrettyPrinter {1016 class RISCVPrettyPrinter : public PrettyPrinter {1065 PrettyPrinter &selectPrettyPrinter(Triple const &Triple) { in selectPrettyPrinter()[all …]
162 class PrettyPrinter(object): class1030 pp = PrettyPrinter()1040 self.pp = PrettyPrinter()
1019 public til::PrettyPrinter<TILPrinter, llvm::raw_ostream> {};