Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/tools/opt/
H A Doptdriver.cpp107 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 Dgcov.cpp123 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 DGCOV.h50 Demangle(M), NoOutput(N), RelativeOnly(R), UseStdout(T), in Options()
62 bool NoOutput; member
/src/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp674 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()