Searched refs:disableOutput (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/lld/include/lld/Common/ |
| H A D | Driver.h | 33 llvm::raw_ostream &stderrOS, bool exitEarly, bool disableOutput); 38 llvm::raw_ostream &stderrOS, bool exitEarly, bool disableOutput); 43 llvm::raw_ostream &stderrOS, bool exitEarly, bool disableOutput); 48 llvm::raw_ostream &stderrOS, bool exitEarly, bool disableOutput); 53 llvm::raw_ostream &stderrOS, bool exitEarly, bool disableOutput);
|
| H A D | ErrorHandler.h | 95 bool exitEarly, bool disableOutput); 107 bool disableOutput = false; variable
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/lld/MinGW/ |
| H A D | Driver.cpp | 159 bool disableOutput) { in link() argument 161 ctx->e.initialize(stdoutOS, stderrOS, exitEarly, disableOutput); in link() 458 return coff::link(vec, stdoutOS, stderrOS, exitEarly, disableOutput); in link()
|
| /llvm-project-15.0.7/lld/wasm/ |
| 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()
|
| /llvm-project-15.0.7/lld/MachO/ |
| H A D | Driver.cpp | 1150 bool disableOutput) { in link() argument 1154 ctx->e.initialize(stdoutOS, stderrOS, exitEarly, disableOutput); in link()
|
| /llvm-project-15.0.7/lld/COFF/ |
| H A D | Driver.cpp | 68 llvm::raw_ostream &stderrOS, bool exitEarly, bool disableOutput) { in link() argument 72 ctx->e.initialize(stdoutOS, stderrOS, exitEarly, disableOutput); in link()
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | Driver.cpp | 92 bool disableOutput) { in link() argument 96 ctx->e.initialize(stdoutOS, stderrOS, exitEarly, disableOutput); in link()
|