Searched refs:disableOutput (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/lld/Common/ |
| H A D | ErrorHandler.cpp | 38 bool disableOutput) { in initialize() argument 43 this->disableOutput = disableOutput; in initialize() 72 if (disableOutput) in outs() 78 if (disableOutput) in errs() 226 if (!verbose || disableOutput) in log() 233 if (disableOutput) in message() 290 if (errorHandlingScript.empty() || disableOutput) { in error()
|
| /freebsd/contrib/llvm-project/lld/include/lld/Common/ |
| H A D | ErrorHandler.h | 95 bool exitEarly, bool disableOutput); 107 bool disableOutput = false; variable
|
| H A D | Driver.h | 55 llvm::raw_ostream &stderrOS, bool exitEarly, bool disableOutput); \
|
| /freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
| H A D | Wasm.cpp | 53 llvm::raw_ostream &stderrOS, bool exitEarly, bool disableOutput);
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | Driver.cpp | 106 if (e.disableOutput && filename == "-") { in openAuxiliaryFile() 119 llvm::raw_ostream &stderrOS, bool exitEarly, bool disableOutput) { in link() argument 124 context->e.initialize(stdoutOS, stderrOS, exitEarly, disableOutput); in link() 1590 args.hasArg(OPT_time_trace_eq) && !ctx.e.disableOutput; in readConfigs()
|
| H A D | Writer.cpp | 387 if (!ctx.e.disableOutput) { in run()
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | Driver.cpp | 1539 llvm::raw_ostream &stderrOS, bool exitEarly, bool disableOutput) { in link() argument 1543 ctx->e.initialize(stdoutOS, stderrOS, exitEarly, disableOutput); in link()
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | Driver.cpp | 85 llvm::raw_ostream &stderrOS, bool exitEarly, bool disableOutput) { in link() argument 89 ctx->e.initialize(stdoutOS, stderrOS, exitEarly, disableOutput); in link()
|