Searched defs:Quiet (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/tools/opt/
H A DPassPrinters.cpp38 FunctionPassPrinter(const PassInfo *PI, raw_ostream &out, bool Quiet) argument
71 CallGraphSCCPassPrinter(const PassInfo *PI, raw_ostream &out, bool Quiet) argument
108 ModulePassPrinter(const PassInfo *PI, raw_ostream &out, bool Quiet) argument
140 LoopPassPrinter(const PassInfo *PI, raw_ostream &out, bool Quiet) argument
173 RegionPassPrinter(const PassInfo *PI, raw_ostream &out, bool Quiet) argument
203 createFunctionPassPrinter(const PassInfo *PI, raw_ostream &OS, bool Quiet) argument
208 createCallGraphPassPrinter(const PassInfo *PI, raw_ostream &OS, bool Quiet) argument
214 createModulePassPrinter(const PassInfo *PI, raw_ostream &OS, bool Quiet) argument
219 createLoopPassPrinter(const PassInfo *PI, raw_ostream &OS, bool Quiet) argument
224 createRegionPassPrinter(const PassInfo *PI, raw_ostream &OS, bool Quiet) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DOptimizerDriver.cpp130 runPasses(Module &Program, const std::vector<std::string> &Passes, std::string &OutputFilename, bool DeleteOutput, bool Quiet, ArrayRef<std::string> ExtraArgs) const argument

Completed in 109 milliseconds