Searched refs:exitEarly (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/lld/Common/ |
| H A D | DriverDispatcher.cpp | 159 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 D | ErrorHandler.cpp | 37 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 D | ErrorHandler.h | 95 bool exitEarly, bool disableOutput); 102 bool exitEarly = true; variable
|
| H A D | Driver.h | 55 llvm::raw_ostream &stderrOS, bool exitEarly, bool disableOutput); \
|
| /freebsd/contrib/llvm-project/lld/tools/lld/ |
| H A D | lld.cpp | 56 llvm::ArrayRef<DriverDef> drivers, bool exitEarly); 98 /*exitEarly=*/true);
|
| /freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
| H A D | Wasm.cpp | 53 llvm::raw_ostream &stderrOS, bool exitEarly, bool disableOutput);
|
| /freebsd/contrib/sqlite3/autosetup/teaish/ |
| H A D | core.tcl | 406 set exitEarly 0 409 incr exitEarly 413 incr exitEarly 416 if {$exitEarly} {
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | Driver.cpp | 1539 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 D | Driver.cpp | 85 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 D | Driver.cpp | 119 llvm::raw_ostream &stderrOS, bool exitEarly, bool disableOutput) { in link() argument 124 context->e.initialize(stdoutOS, stderrOS, exitEarly, disableOutput); in link()
|