Lines Matching refs:PrettyPrinter
478 class PrettyPrinter { class
480 virtual ~PrettyPrinter() = default;
513 PrettyPrinter PrettyPrinterInst;
515 class HexagonPrettyPrinter : public PrettyPrinter {
597 class AMDGCNPrettyPrinter : public PrettyPrinter {
649 class BPFPrettyPrinter : public PrettyPrinter {
672 class ARMPrettyPrinter : public PrettyPrinter {
719 class AArch64PrettyPrinter : public PrettyPrinter {
757 PrettyPrinter &selectPrettyPrinter(Triple const &Triple) { in selectPrettyPrinter()
1259 PrettyPrinter &PIP, SourcePrinter &SP, in disassembleObject()
1905 PrettyPrinter &PIP = selectPrettyPrinter(Triple(TripleName)); in disassembleObject()