Searched refs:ExitWithError (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Host/posix/ |
| H A D | ProcessLauncherPosixFork.cpp | 65 ExitWithError(error_fd, "personality get"); in DisableASLR() 69 ExitWithError(error_fd, "personality set"); in DisableASLR() 77 ExitWithError(error_fd, "DupDescriptor-open"); in DupDescriptor() 122 ExitWithError(error_fd, "setpgid"); in ChildFunc() 129 ExitWithError(error_fd, "close"); in ChildFunc() 133 ExitWithError(error_fd, "dup2"); in ChildFunc() 145 ExitWithError(error_fd, "chdir"); in ChildFunc() 155 ExitWithError(error_fd, "pthread_sigmask"); in ChildFunc() 160 ExitWithError(error_fd, "setgid"); in ChildFunc() 197 ExitWithError(error_fd, "ptrace"); in ChildFunc() [all …]
|
| /llvm-project-15.0.7/llvm/tools/llvm-exegesis/ |
| H A D | llvm-exegesis.cpp | 194 template <typename... ArgTs> static void ExitWithError(ArgTs &&... Args) { in ExitWithError() function 222 ExitWithError("please provide one and only one of 'opcode-index', " in getOpcodesOrDie() 250 ExitWithError(Twine("unknown opcode ").concat(OpcodeName)); in getOpcodesOrDie() 280 ExitWithError("cannot create snippet generator"); in generateSnippets() 295 ExitWithError("benchmarking unavailable, LLVM was built without libpfm."); in benchmarkMain() 299 ExitWithError("cannot initialize libpfm"); in benchmarkMain() 316 ExitWithError("cannot create benchmark runner"); in benchmarkMain() 366 ExitWithError("--num-repetitions must be greater than zero"); in benchmarkMain() 404 ExitWithError("--benchmarks-file must be set"); in analysisMain() 408 ExitWithError( in analysisMain()
|