Home
last modified time | relevance | path

Searched refs:NoOutput (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/opt/
H A Doptdriver.cpp111 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 Dgcov.cpp123 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 DGCOV.h51 Demangle(M), NoOutput(N), RelativeOnly(R), UseStdout(T), in Options()
63 bool NoOutput; member
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp676 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()