Home
last modified time | relevance | path

Searched refs:disableOutput (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/lld/include/lld/Common/
H A DDriver.h33 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 DErrorHandler.h95 bool exitEarly, bool disableOutput);
107 bool disableOutput = false; variable
/llvm-project-15.0.7/lld/Common/
H A DErrorHandler.cpp40 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 DDriver.cpp159 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 DDriver.cpp85 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 DDriver.cpp1150 bool disableOutput) { in link() argument
1154 ctx->e.initialize(stdoutOS, stderrOS, exitEarly, disableOutput); in link()
/llvm-project-15.0.7/lld/COFF/
H A DDriver.cpp68 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 DDriver.cpp92 bool disableOutput) { in link() argument
96 ctx->e.initialize(stdoutOS, stderrOS, exitEarly, disableOutput); in link()