Searched refs:disableOutput (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/lld/include/lld/Common/ |
| H A D | Driver.h | 32 llvm::raw_ostream &stderrOS, bool exitEarly, bool disableOutput); 37 llvm::raw_ostream &stderrOS, bool exitEarly, bool disableOutput); 42 llvm::raw_ostream &stderrOS, bool exitEarly, bool disableOutput); 47 llvm::raw_ostream &stderrOS, bool exitEarly, bool disableOutput); 52 llvm::raw_ostream &stderrOS, bool exitEarly, bool disableOutput);
|
| H A D | ErrorHandler.h | 95 bool exitEarly, bool disableOutput); 107 bool disableOutput = false; variable
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/lld/MinGW/ |
| H A D | Driver.cpp | 164 bool disableOutput) { in link() argument 166 ctx->e.initialize(stdoutOS, stderrOS, exitEarly, disableOutput); in link() 483 return coff::link(vec, stdoutOS, stderrOS, exitEarly, disableOutput); in link()
|
| /openbsd-src/gnu/llvm/lld/wasm/ |
| H A D | Driver.cpp | 87 llvm::raw_ostream &stderrOS, bool exitEarly, bool disableOutput) { in link() argument 91 ctx->e.initialize(stdoutOS, stderrOS, exitEarly, disableOutput); in link()
|
| /openbsd-src/gnu/llvm/lld/MachO/ |
| H A D | Driver.cpp | 1367 bool disableOutput) { in link() argument 1371 ctx->e.initialize(stdoutOS, stderrOS, exitEarly, disableOutput); in link()
|
| /openbsd-src/gnu/llvm/lld/COFF/ |
| H A D | Driver.cpp | 65 llvm::raw_ostream &stderrOS, bool exitEarly, bool disableOutput) { in link() argument 69 ctx->e.initialize(stdoutOS, stderrOS, exitEarly, disableOutput); in link()
|
| /openbsd-src/gnu/llvm/lld/ELF/ |
| H A D | Driver.cpp | 111 bool disableOutput) { in link() argument 115 ctx->e.initialize(stdoutOS, stderrOS, exitEarly, disableOutput); in link()
|