Lines Matching refs:PrettyPrinter
671 class PrettyPrinter { class
673 virtual ~PrettyPrinter() = default;
698 PrettyPrinter PrettyPrinterInst;
700 class HexagonPrettyPrinter : public PrettyPrinter {
782 class AMDGCNPrettyPrinter : public PrettyPrinter {
835 class BPFPrettyPrinter : public PrettyPrinter {
858 class ARMPrettyPrinter : public PrettyPrinter {
912 class AArch64PrettyPrinter : public PrettyPrinter {
950 class RISCVPrettyPrinter : public PrettyPrinter {
999 PrettyPrinter &selectPrettyPrinter(Triple const &Triple) { in selectPrettyPrinter()
1033 PrettyPrinter *Printer;