Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/Common/
H A DErrorHandler.cpp38 bool disableOutput) { in initialize() argument
43 this->disableOutput = disableOutput; in initialize()
72 if (disableOutput) in outs()
78 if (disableOutput) in errs()
226 if (!verbose || disableOutput) in log()
233 if (disableOutput) in message()
290 if (errorHandlingScript.empty() || disableOutput) { in error()
/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/ELF/
H A DDriver.cpp106 if (e.disableOutput && filename == "-") { in openAuxiliaryFile()
119 llvm::raw_ostream &stderrOS, bool exitEarly, bool disableOutput) { in link() argument
124 context->e.initialize(stdoutOS, stderrOS, exitEarly, disableOutput); in link()
1590 args.hasArg(OPT_time_trace_eq) && !ctx.e.disableOutput; in readConfigs()
H A DWriter.cpp387 if (!ctx.e.disableOutput) { in run()
/freebsd/contrib/llvm-project/lld/MachO/
H A DDriver.cpp1539 llvm::raw_ostream &stderrOS, bool exitEarly, bool disableOutput) { in link() argument
1543 ctx->e.initialize(stdoutOS, stderrOS, exitEarly, disableOutput); in link()
/freebsd/contrib/llvm-project/lld/COFF/
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()