Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp50 [[noreturn]] static void ExitWithError(int error_fd, in ExitWithError() function
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/
H A Dllvm-exegesis.cpp248 template <typename... ArgTs> static void ExitWithError(ArgTs &&... Args) { in ExitWithError() function