Home
last modified time | relevance | path

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

/freebsd/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/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/contrib/llvm-project/clang/lib/Interpreter/
H A DWasm.cpp53 llvm::raw_ostream &stderrOS, bool exitEarly, bool disableOutput);
/freebsd/contrib/llvm-project/lld/MachO/
H A DDriver.cpp1467 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 DDriver.cpp66 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 DDriver.cpp129 llvm::raw_ostream &stderrOS, bool exitEarly, bool disableOutput) { in link() argument
133 ctx->e.initialize(stdoutOS, stderrOS, exitEarly, disableOutput); in link()