Searched refs:ExitWithError (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/lldb/source/Host/posix/ |
D | ProcessLauncherPosixFork.cpp | 49 static void LLVM_ATTRIBUTE_NORETURN ExitWithError(int error_fd, in ExitWithError() function 64 ExitWithError(error_fd, "personality get"); in DisableASLRIfRequested() 68 ExitWithError(error_fd, "personality set"); in DisableASLRIfRequested() 79 ExitWithError(error_fd, "DupDescriptor-open"); in DupDescriptor() 85 ExitWithError(error_fd, "DupDescriptor-dup2"); in DupDescriptor() 95 ExitWithError(error_fd, "setpgid"); in ChildFunc() 103 ExitWithError(error_fd, "close"); in ChildFunc() 107 ExitWithError(error_fd, "dup2"); in ChildFunc() 123 ExitWithError(error_fd, "chdir"); in ChildFunc() 135 ExitWithError(error_fd, "pthread_sigmask"); in ChildFunc() [all …]
|
/external/llvm-project/llvm/tools/llvm-exegesis/ |
D | llvm-exegesis.cpp | 186 template <typename... ArgTs> static void ExitWithError(ArgTs &&... Args) { in ExitWithError() function 214 ExitWithError("please provide one and only one of 'opcode-index', " in getOpcodesOrDie() 242 ExitWithError(Twine("unknown opcode ").concat(OpcodeName)); in getOpcodesOrDie() 271 ExitWithError("cannot create snippet generator"); in generateSnippets() 286 ExitWithError("benchmarking unavailable, LLVM was built without libpfm."); in benchmarkMain() 290 ExitWithError("cannot initialize libpfm"); in benchmarkMain() 307 ExitWithError("cannot create benchmark runner"); in benchmarkMain() 357 ExitWithError("--num-repetitions must be greater than zero"); in benchmarkMain() 395 ExitWithError("--benchmarks-file must be set"); in analysisMain() 399 ExitWithError( in analysisMain()
|