Searched refs:NoOutput (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/tools/opt/ |
| H A D | opt.cpp | 108 NoOutput("disable-output", variable 610 if (AnalyzeOnly && NoOutput) { in main() 696 if (NoOutput) { in main() 750 if (!Force && !NoOutput && !AnalyzeOnly && !OutputAssembly) in main() 752 NoOutput = true; in main() 816 if (!NoOutput) in main() 900 NoOutput = true; in main() 1040 const bool ShouldEmitOutput = !NoOutput && !AnalyzeOnly; in main() 1107 if (!NoOutput || PrintBreakpoints) in main()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | gcov.cpp | 125 cl::opt<bool> NoOutput("n", cl::Grouping, cl::init(false), in gcovMain() local 127 cl::alias NoOutputA("no-output", cl::aliasopt(NoOutput)); in gcovMain() 173 Demangle, NoOutput, RelativeOnly, UseStdout, in gcovMain()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | GCOV.h | 53 Demangle(M), NoOutput(N), RelativeOnly(R), UseStdout(T), in Options() 65 bool NoOutput; member
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | GCOV.cpp | 639 if (options.NoOutput) in getCoveragePath() 872 if (!options.NoOutput && !options.Intermediate) in print() 877 if (options.NoOutput || options.Intermediate) in print() 892 if (options.Intermediate && !options.NoOutput) { in print()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ |
| H A D | DWARFLinker.h | 276 void setNoOutput(bool NoOut) { Options.NoOutput = NoOut; } in setNoOutput() 782 bool NoOutput = false; member
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinker.cpp | 2137 Linker.Options.NoOutput ? 0 : Emitter->getDebugInfoSectionSize(); in cloneAllCompileUnits() 2160 if (!Linker.Options.NoOutput) { in cloneAllCompileUnits() 2187 if (!Linker.Options.NoOutput) { in cloneAllCompileUnits() 2317 assert(Options.NoOutput || TheDwarfEmitter); in link() 2410 Options.NoOutput ? 0 : TheDwarfEmitter->getDebugInfoSectionSize(); in link() 2502 if (!Options.NoOutput && !OptContext.CompileUnits.empty() && in link() 2515 if (!Options.NoOutput) { in link()
|