Searched refs:PrettyPrinter (Results 1 – 3 of 3) sorted by relevance
405 class PrettyPrinter {417 PrettyPrinter(bool V = false, bool C = true, bool CS = true)928 class StdPrinter : public PrettyPrinter<StdPrinter, std::ostream> {};
555 class PrettyPrinter { class557 virtual ~PrettyPrinter() = default;582 PrettyPrinter PrettyPrinterInst;584 class HexagonPrettyPrinter : public PrettyPrinter {666 class AMDGCNPrettyPrinter : public PrettyPrinter {719 class BPFPrettyPrinter : public PrettyPrinter {742 class ARMPrettyPrinter : public PrettyPrinter {796 class AArch64PrettyPrinter : public PrettyPrinter {834 PrettyPrinter &selectPrettyPrinter(Triple const &Triple) { in selectPrettyPrinter()865 PrettyPrinter *Printer;
162 class PrettyPrinter(object): class1030 pp = PrettyPrinter()1040 self.pp = PrettyPrinter()