Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerBase.h112 virtual void setVerbosity(bool Verbose) = 0;
/src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.h59 void setVerbosity(bool Verbose) override { in setVerbosity() function
/src/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp363 DebugInfoLinker->setVerbosity(Options.Verbose); in linkDebugInfoImpl()
/src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinker.h246 void setVerbosity(bool Verbose) override { Options.Verbose = Verbose; } in setVerbosity() function
/src/contrib/bsnmp/tests/
H A Dcatch.hpp9702 auto const setVerbosity = [&]( std::string const& verbosity ) { in makeCommandLineParser() local
9778 | Opt( setVerbosity, "quiet|normal|high" ) in makeCommandLineParser()