Home
last modified time | relevance | path

Searched refs:Quiet (Results 1 – 25 of 35) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymCreator.h149 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 DHIPUtility.cpp59 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 DPrintPasses.h21 Quiet, enumerator
/freebsd/usr.sbin/fwget/
H A Dfwget.sh42 -q -- Quiet mode. If used with -n only prints a package a line
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DOptimizerDriver.cpp133 bool Quiet, ArrayRef<std::string> ExtraArgs) const { in runPasses() argument
252 if (!Quiet) { in runPasses()
H A DBugDriver.h215 /// or failed, unless Quiet is set. ExtraArgs specifies additional arguments
220 bool Quiet = false,
/freebsd/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.cpp69 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 DGsymCreator.cpp24 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 DDWARFLinkerImpl.cpp298 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 DDWARFLinkerImpl.h214 unsigned Indent, bool Quiet);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunctionPass.cpp134 case ChangePrinter::Quiet: in runOnFunction()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DPrintPasses.cpp64 clEnumValN(ChangePrinter::Quiet, "quiet", "Run in quiet mode"),
/freebsd/crypto/heimdal/kuser/
H A Dkcc-commands.in190 help = "Quiet"
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp305 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 DDebugify.cpp38 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 DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2455 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 Dzfs-tests.sh360 -q Quiet test-runner output
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h
/freebsd/sys/contrib/openzfs/tests/
H A DREADME.md66 -q Quiet test-runner output. When specified it is passed to
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp108 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 DKbuild.in271 # Quiet warnings about frame size due to unused code in unmodified zstd lib
/freebsd/contrib/less/
H A Dless.hlp184 Quiet the terminal bell.
/freebsd/contrib/ntp/
H A DChangeLog94 * 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 DAPFloat.cpp4669 IEEEFloat Quiet(Val); in frexp() local
4670 Quiet.makeQuiet(); in frexp()
4671 return Quiet; in frexp()

12