Searched defs:exitEarly (Results 1 – 8 of 8) sorted by relevance
/llvm-project/lld/include/lld/Common/ |
H A D | ErrorHandler.h | 102 bool exitEarly = true; variable
|
/llvm-project/lld/Common/ |
H A D | DriverDispatcher.cpp | 160 unsafeLldMain(llvm::ArrayRef<const char * > args,llvm::raw_ostream & stdoutOS,llvm::raw_ostream & stderrOS,llvm::ArrayRef<DriverDef> drivers,bool exitEarly) unsafeLldMain() argument
|
H A D | ErrorHandler.cpp | 39 llvm::raw_ostream &stderrOS, bool exitEarly, in initialize() argument
|
/llvm-project/lld/MinGW/ |
H A D | Driver.cpp | 181 link(ArrayRef<const char * > argsArr,llvm::raw_ostream & stdoutOS,llvm::raw_ostream & stderrOS,bool exitEarly,bool disableOutput) link() argument
|
/llvm-project/lld/wasm/ |
H A D | Driver.cpp | 105 link(ArrayRef<const char * > args,llvm::raw_ostream & stdoutOS,llvm::raw_ostream & stderrOS,bool exitEarly,bool disableOutput) link() argument
|
/llvm-project/lld/MachO/ |
H A D | Driver.cpp | 1405 link(ArrayRef<const char * > argsArr,llvm::raw_ostream & stdoutOS,llvm::raw_ostream & stderrOS,bool exitEarly,bool disableOutput) link() argument
|
/llvm-project/lld/COFF/ |
H A D | Driver.cpp | 66 link(ArrayRef<const char * > args,llvm::raw_ostream & stdoutOS,llvm::raw_ostream & stderrOS,bool exitEarly,bool disableOutput) link() argument
|
/llvm-project/lld/ELF/ |
H A D | Driver.cpp | 129 link(ArrayRef<const char * > args,llvm::raw_ostream & stdoutOS,llvm::raw_ostream & stderrOS,bool exitEarly,bool disableOutput) link() argument
|