Searched refs:NoOutput (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/llvm-project/llvm/tools/opt/ |
| H A D | optdriver.cpp | 107 static cl::opt<bool> NoOutput("disable-output", variable 607 if (NoOutput) { in optMain() 664 if (!Force && !NoOutput && !OutputAssembly) in optMain() 666 NoOutput = true; in optMain() 725 if (!NoOutput) in optMain() 852 const bool ShouldEmitOutput = !NoOutput; in optMain() 911 if (!NoOutput) in optMain()
|
| /src/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | gcov.cpp | 123 cl::opt<bool> NoOutput("n", cl::Grouping, cl::init(false), in gcovMain() local 125 cl::alias NoOutputA("no-output", cl::aliasopt(NoOutput)); in gcovMain() 171 Demangle, NoOutput, RelativeOnly, UseStdout, in gcovMain()
|
| /src/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | GCOV.h | 50 Demangle(M), NoOutput(N), RelativeOnly(R), UseStdout(T), in Options() 62 bool NoOutput; member
|
| /src/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | GCOV.cpp | 674 if (options.NoOutput) in getCoveragePath() 909 if (!options.NoOutput && !options.Intermediate) in print() 914 if (options.NoOutput || options.Intermediate) in print() 929 if (options.Intermediate && !options.NoOutput) { in print()
|