/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/ |
H A D | GsymCreator.h | 149 bool Quiet; variable 295 GsymCreator(bool Quiet = false); 438 bool isQuiet() const { return Quiet; } in isQuiet()
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | HIPUtility.cpp | 59 Quiet(C.getArgs().hasArg(options::OPT__HASH_HASH_HASH)), in HIPUndefinedFatBinSymbols() 82 bool Quiet; member in HIPUndefinedFatBinSymbols 208 if (Quiet) in errorHandler()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | PrintPasses.h | 21 Quiet, enumerator
|
/freebsd/usr.sbin/fwget/ |
H A D | fwget.sh | 42 -q -- Quiet mode. If used with -n only prints a package a line
|
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/ |
H A D | OptimizerDriver.cpp | 133 bool Quiet, ArrayRef<std::string> ExtraArgs) const { in runPasses() argument 252 if (!Quiet) { in runPasses()
|
H A D | BugDriver.h | 215 /// or failed, unless Quiet is set. ExtraArgs specifies additional arguments 220 bool Quiet = false,
|
/freebsd/contrib/llvm-project/llvm/tools/opt/ |
H A D | NewPMDriver.cpp | 69 enum class DebugLogging { None, Normal, Verbose, Quiet }; enumerator 77 clEnumValN(DebugLogging::Quiet, "quiet", 415 PrintPassOpts.SkipAnalyses = DebugPM == DebugLogging::Quiet; in runPassPipeline()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
H A D | GsymCreator.cpp | 24 GsymCreator::GsymCreator(bool Quiet) in GsymCreator() argument 25 : StrTab(StringTableBuilder::ELF), Quiet(Quiet) { in GsymCreator()
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFLinkerImpl.cpp | 298 const DWARFDie &CUDie, std::string &PCMFile, unsigned Indent, bool Quiet) { in isClangModuleRef() argument 307 if (!Quiet) in isClangModuleRef() 313 if (!Quiet && GlobalData.getOptions().Verbose) { in isClangModuleRef() 323 if (!Quiet && GlobalData.getOptions().Verbose && (Cached->second != DwoId)) in isClangModuleRef() 329 if (!Quiet && GlobalData.getOptions().Verbose) in isClangModuleRef()
|
H A D | DWARFLinkerImpl.h | 214 unsigned Indent, bool Quiet);
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineFunctionPass.cpp | 134 case ChangePrinter::Quiet: in runOnFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | PrintPasses.cpp | 64 clEnumValN(ChangePrinter::Quiet, "quiet", "Run in quiet mode"),
|
/freebsd/crypto/heimdal/kuser/ |
H A D | kcc-commands.in | 190 help = "Quiet"
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
H A D | llvm-dwarfdump.cpp | 305 static opt<bool> Quiet("quiet", desc("Use with -verify to not emit to STDOUT."), variable 733 raw_ostream &stream = Quiet ? nulls() : OS; in verifyObjectFile()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Debugify.cpp | 38 cl::opt<bool> Quiet("debugify-quiet", variable 58 raw_ostream &dbg() { return Quiet ? nulls() : errs(); } in dbg()
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
H A D | DWARFLinker.cpp |
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFLinker.cpp | 2455 bool Quiet) { in isClangModuleRef() argument 2464 if (!Quiet) in isClangModuleRef() 2470 if (!Quiet && Options.Verbose) { in isClangModuleRef() 2480 if (!Quiet && Options.Verbose && (Cached->second != DwoId)) in isClangModuleRef() 2485 if (!Quiet && Options.Verbose) in isClangModuleRef()
|
/freebsd/sys/contrib/openzfs/scripts/ |
H A D | zfs-tests.sh | 360 -q Quiet test-runner output
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ |
H A D | DWARFLinker.h |
|
/freebsd/sys/contrib/openzfs/tests/ |
H A D | README.md | 66 -q Quiet test-runner output. When specified it is passed to
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/ |
H A D | llvm-nm.cpp | 108 static bool Quiet; variable 1941 if (!cantFail(hasSymbols(Obj)) && SymbolList.empty() && !Quiet) { 2462 Quiet = Args.hasArg(OPT_quiet); in llvm_nm_main()
|
/freebsd/sys/contrib/openzfs/module/ |
H A D | Kbuild.in | 271 # Quiet warnings about frame size due to unused code in unmodified zstd lib
|
/freebsd/contrib/less/ |
H A D | less.hlp | 184 Quiet the terminal bell.
|
/freebsd/contrib/ntp/ |
H A D | ChangeLog | 94 * Quiet local addr change logging when unpeering. <hart@ntp.org> 621 * [Bug 3065] Quiet warnings on NetBSD <perlinger@ntp.org> 839 * CID 1341527: Quiet a CHECKED_RETURN in sntp/tests/t-log.c. HStenn. 888 * Quiet a warning from clang. Harlan Stenn. 1137 * CID 1295478: Quiet a pedantic potential error from the fix for Bug 2776. 1173 * [Bug 2825] Quiet file installation in html/ . 1221 * [Bug 2757] Quiet compiler warnings. 1246 * [Bug 2783] Quiet autoconf warnings about missing AC_LANG_SOURCE. 1248 * [Bug 2789] Quiet compiler warnings from libevent. 1455 * Quiet warning [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | APFloat.cpp | 4669 IEEEFloat Quiet(Val); in frexp() local 4670 Quiet.makeQuiet(); in frexp() 4671 return Quiet; in frexp()
|