Searched refs:NoOutput (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/tools/opt/ |
| H A D | optdriver.cpp | 111 static cl::opt<bool> NoOutput("disable-output", variable 601 if (NoOutput) { in optMain() 658 if (!Force && !NoOutput && !OutputAssembly) in optMain() 660 NoOutput = true; in optMain() 730 if (!NoOutput) in optMain() 859 const bool ShouldEmitOutput = !NoOutput; in optMain() 918 if (!NoOutput) in optMain()
|
| /freebsd/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() 125 cl::alias NoOutputA("no-output", cl::aliasopt(NoOutput)); in gcovMain() local 171 Demangle, NoOutput, RelativeOnly, UseStdout, in gcovMain()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | GCOV.h | 51 Demangle(M), NoOutput(N), RelativeOnly(R), UseStdout(T), in Options() 63 bool NoOutput; member
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | GCOV.cpp | 676 if (options.NoOutput) in getCoveragePath() 916 if (!options.NoOutput && !options.Intermediate) in print() 921 if (options.NoOutput || options.Intermediate) in print() 936 if (options.Intermediate && !options.NoOutput) { in print()
|