Searched refs:PrettyPrinter (Results 1 – 4 of 4) 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> {};
671 class PrettyPrinter { class673 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()[all …]
162 class PrettyPrinter(object): class1030 pp = PrettyPrinter()1040 self.pp = PrettyPrinter()
1002 public til::PrettyPrinter<TILPrinter, llvm::raw_ostream> {};