Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/lld/include/lld/Common/
H A DErrorHandler.h95 bool exitEarly, bool disableOutput);
107 bool disableOutput = false; variable
H A DDriver.h55 llvm::raw_ostream &stderrOS, bool exitEarly, bool disableOutput); \
/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DDriver.cpp1407 llvm::raw_ostream &stderrOS, bool exitEarly, bool disableOutput) { in link() argument
1411 ctx->e.initialize(stdoutOS, stderrOS, exitEarly, disableOutput); in link()
/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DDriver.cpp66 llvm::raw_ostream &stderrOS, bool exitEarly, bool disableOutput) { in link() argument
70 ctx->e.initialize(stdoutOS, stderrOS, exitEarly, disableOutput); in link()
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DDriver.cpp128 llvm::raw_ostream &stderrOS, bool exitEarly, bool disableOutput) { in link() argument
132 ctx->e.initialize(stdoutOS, stderrOS, exitEarly, disableOutput); in link()