Home
last modified time | relevance | path

Searched refs:exitEarly (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/lld/Common/
H A DDriverDispatcher.cpp159 llvm::ArrayRef<DriverDef> drivers, bool exitEarly) { in unsafeLldMain() argument
163 int r = !d(argsV, stdoutOS, stderrOS, exitEarly, inTestOutputDisabled); in unsafeLldMain()
167 if (exitEarly) in unsafeLldMain()
H A DErrorHandler.cpp37 llvm::raw_ostream &stderrOS, bool exitEarly, in initialize() argument
42 this->exitEarly = exitEarly; in initialize()
278 exit = exitEarly; in error()
/freebsd/contrib/llvm-project/lld/include/lld/Common/
H A DErrorHandler.h95 bool exitEarly, bool disableOutput);
102 bool exitEarly = true; variable
H A DDriver.h55 llvm::raw_ostream &stderrOS, bool exitEarly, bool disableOutput); \
/freebsd/contrib/llvm-project/lld/tools/lld/
H A Dlld.cpp56 llvm::ArrayRef<DriverDef> drivers, bool exitEarly);
98 /*exitEarly=*/true);
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DWasm.cpp53 llvm::raw_ostream &stderrOS, bool exitEarly, bool disableOutput);
/freebsd/contrib/sqlite3/autosetup/teaish/
H A Dcore.tcl406 set exitEarly 0
409 incr exitEarly
413 incr exitEarly
416 if {$exitEarly} {
/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()
/freebsd/contrib/llvm-project/lld/ELF/
H A DDriver.cpp119 llvm::raw_ostream &stderrOS, bool exitEarly, bool disableOutput) { in link() argument
124 context->e.initialize(stdoutOS, stderrOS, exitEarly, disableOutput); in link()