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

/external/llvm/tools/opt/
H A Dopt.cpp88 NoOutput("disable-output",
367 if (AnalyzeOnly && NoOutput) {
389 if (NoOutput) {
410 if (!Force && !NoOutput && !AnalyzeOnly && !OutputAssembly)
412 NoOutput = true;
416 if (!NoOutput)
492 NoOutput = true;
622 if (!NoOutput && !AnalyzeOnly) {
636 if (!NoOutput || PrintBreakpoints)
/external/llvm/tools/llvm-cov/
H A Dllvm-cov.cpp51 static cl::opt<bool> NoOutput("n", cl::Grouping, cl::init(false),
53 static cl::alias NoOutputA("no-output", cl::aliasopt(NoOutput));
133 PreservePaths, UncondBranch, LongNames, NoOutput);
/external/llvm/include/llvm/Support/
H A DGCOV.h42 PreservePaths(P), UncondBranch(U), LongFileNames(L), NoOutput(N) {}
51 bool NoOutput; member in struct:llvm::GCOVOptions
/external/llvm/lib/IR/
H A DGCOV.cpp500 if (Options.NoOutput)
517 if (Options.NoOutput)
766 if (!Options.NoOutput)

Completed in 283 milliseconds