Home
last modified time | relevance | path

Searched refs:ExitWithError (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/Host/posix/
DProcessLauncherPosixFork.cpp50 [[noreturn]] static void ExitWithError(int error_fd, in ExitWithError() function
65 ExitWithError(error_fd, "personality get"); in DisableASLR()
69 ExitWithError(error_fd, "personality set"); in DisableASLR()
77 ExitWithError(error_fd, "DupDescriptor-open"); in DupDescriptor()
83 ExitWithError(error_fd, "DupDescriptor-dup2"); 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()
[all …]
/openbsd/src/gnu/llvm/llvm/tools/llvm-exegesis/
Dllvm-exegesis.cpp248 template <typename... ArgTs> static void ExitWithError(ArgTs &&... Args) { in ExitWithError() function
276 ExitWithError("please provide one and only one of 'opcode-index', " in getOpcodesOrDie()
308 ExitWithError(Twine("unknown opcode ").concat(OpcodeName)); in getOpcodesOrDie()
338 ExitWithError("cannot create snippet generator"); in generateSnippets()
422 ExitWithError( in benchmarkMain()
427 ExitWithError("cannot initialize libpfm"); in benchmarkMain()
446 ExitWithError("cannot create benchmark runner"); in benchmarkMain()
496 ExitWithError("--num-repetitions must be greater than zero"); in benchmarkMain()
552 ExitWithError("--benchmarks-file must be set"); in analysisMain()
556 ExitWithError( in analysisMain()
[all …]