Home
last modified time | relevance | path

Searched refs:PrintChanged (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Passes/
H A DStandardInstrumentations.cpp84 static cl::opt<ChangePrinter> PrintChanged( variable
533 if (PrintChanged == ChangePrinter::PrintChangedVerbose || in registerCallbacks()
534 PrintChanged == ChangePrinter::PrintChangedQuiet) in registerCallbacks()
1208 if (PrintChanged == ChangePrinter::PrintChangedDiffVerbose || in registerCallbacks()
1209 PrintChanged == ChangePrinter::PrintChangedDiffQuiet || in registerCallbacks()
1210 PrintChanged == ChangePrinter::PrintChangedColourDiffVerbose || in registerCallbacks()
1211 PrintChanged == ChangePrinter::PrintChangedColourDiffQuiet) in registerCallbacks()
1218 PrintChangedIR(PrintChanged == ChangePrinter::PrintChangedVerbose), in StandardInstrumentations()
1220 PrintChanged == ChangePrinter::PrintChangedDiffVerbose || in StandardInstrumentations()
1221 PrintChanged == ChangePrinter::PrintChangedColourDiffVerbose, in StandardInstrumentations()
[all …]