Lines Matching refs:ChangePrinter
75 enum class ChangePrinter { enum
84 static cl::opt<ChangePrinter> PrintChanged(
86 cl::ValueOptional, cl::init(ChangePrinter::NoChangePrinter),
88 clEnumValN(ChangePrinter::PrintChangedQuiet, "quiet",
90 clEnumValN(ChangePrinter::PrintChangedDiffVerbose, "diff",
92 clEnumValN(ChangePrinter::PrintChangedDiffQuiet, "diff-quiet",
94 clEnumValN(ChangePrinter::PrintChangedColourDiffVerbose, "cdiff",
96 clEnumValN(ChangePrinter::PrintChangedColourDiffQuiet, "cdiff-quiet",
99 clEnumValN(ChangePrinter::PrintChangedVerbose, "", "")));
533 if (PrintChanged == ChangePrinter::PrintChangedVerbose || in registerCallbacks()
534 PrintChanged == ChangePrinter::PrintChangedQuiet) in registerCallbacks()
1209 if (PrintChanged == ChangePrinter::PrintChangedDiffVerbose || in registerCallbacks()
1210 PrintChanged == ChangePrinter::PrintChangedDiffQuiet || in registerCallbacks()
1211 PrintChanged == ChangePrinter::PrintChangedColourDiffVerbose || in registerCallbacks()
1212 PrintChanged == ChangePrinter::PrintChangedColourDiffQuiet) in registerCallbacks()
1219 PrintChangedIR(PrintChanged == ChangePrinter::PrintChangedVerbose), in StandardInstrumentations()
1221 PrintChanged == ChangePrinter::PrintChangedDiffVerbose || in StandardInstrumentations()
1222 PrintChanged == ChangePrinter::PrintChangedColourDiffVerbose, in StandardInstrumentations()
1223 PrintChanged == ChangePrinter::PrintChangedColourDiffVerbose || in StandardInstrumentations()
1224 PrintChanged == ChangePrinter::PrintChangedColourDiffQuiet), in StandardInstrumentations()