Searched refs:PrettyPrinter (Results 1 – 4 of 4) sorted by relevance
460 class PrettyPrinter { class462 virtual ~PrettyPrinter() = default;499 PrettyPrinter PrettyPrinterInst;501 class HexagonPrettyPrinter : public PrettyPrinter {583 class AMDGCNPrettyPrinter : public PrettyPrinter {635 class BPFPrettyPrinter : public PrettyPrinter {658 PrettyPrinter &selectPrettyPrinter(Triple const &Triple) { in selectPrettyPrinter()1048 PrettyPrinter &PIP, in disassembleObject()1625 PrettyPrinter &PIP = selectPrettyPrinter(Triple(TripleName)); in disassembleObject()
405 class PrettyPrinter {417 PrettyPrinter(bool V = false, bool C = true, bool CS = true)925 class StdPrinter : public PrettyPrinter<StdPrinter, std::ostream> {};
526 class GdbPrettyPrinters(gdb.printing.PrettyPrinter):