Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/include/lld/Common/
H A DDriver.h32 llvm::raw_ostream &stderrOS, bool exitEarly, bool disableOutput);
37 llvm::raw_ostream &stderrOS, bool exitEarly, bool disableOutput);
42 llvm::raw_ostream &stderrOS, bool exitEarly, bool disableOutput);
47 llvm::raw_ostream &stderrOS, bool exitEarly, bool disableOutput);
52 llvm::raw_ostream &stderrOS, bool exitEarly, bool disableOutput);
H A DErrorHandler.h95 bool exitEarly, bool disableOutput);
107 bool disableOutput = false; variable
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lld/MinGW/
H A DDriver.cpp164 bool disableOutput) { in link() argument
166 ctx->e.initialize(stdoutOS, stderrOS, exitEarly, disableOutput); in link()
483 return coff::link(vec, stdoutOS, stderrOS, exitEarly, disableOutput); in link()
/openbsd-src/gnu/llvm/lld/wasm/
H A DDriver.cpp87 llvm::raw_ostream &stderrOS, bool exitEarly, bool disableOutput) { in link() argument
91 ctx->e.initialize(stdoutOS, stderrOS, exitEarly, disableOutput); in link()
/openbsd-src/gnu/llvm/lld/MachO/
H A DDriver.cpp1367 bool disableOutput) { in link() argument
1371 ctx->e.initialize(stdoutOS, stderrOS, exitEarly, disableOutput); in link()
/openbsd-src/gnu/llvm/lld/COFF/
H A DDriver.cpp65 llvm::raw_ostream &stderrOS, bool exitEarly, bool disableOutput) { in link() argument
69 ctx->e.initialize(stdoutOS, stderrOS, exitEarly, disableOutput); in link()
/openbsd-src/gnu/llvm/lld/ELF/
H A DDriver.cpp111 bool disableOutput) { in link() argument
115 ctx->e.initialize(stdoutOS, stderrOS, exitEarly, disableOutput); in link()