Searched refs:disableOutput (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/lld/Common/ |
| H A D | ErrorHandler.cpp | 40 bool disableOutput) { in initialize() argument 45 this->disableOutput = disableOutput; in initialize() 79 if (disableOutput) in outs() 85 if (disableOutput) in errs() 225 if (!verbose || disableOutput) in log() 232 if (disableOutput) in message()
|
| /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/MachO/ |
| H A D | Driver.cpp | 1467 llvm::raw_ostream &stderrOS, bool exitEarly, bool disableOutput) { in link() argument 1471 ctx->e.initialize(stdoutOS, stderrOS, exitEarly, disableOutput); in link()
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | Driver.cpp | 66 llvm::raw_ostream &stderrOS, bool exitEarly, bool disableOutput) { in link() argument 70 ctx->e.initialize(stdoutOS, stderrOS, exitEarly, disableOutput); in link()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | Driver.cpp | 129 llvm::raw_ostream &stderrOS, bool exitEarly, bool disableOutput) { in link() argument 133 ctx->e.initialize(stdoutOS, stderrOS, exitEarly, disableOutput); in link()
|