Searched refs:StrError (Results 1 – 14 of 14) sorted by relevance
31 std::string StrError() { in StrError() function32 return StrError(errno); in StrError()36 std::string StrError(int errnum) { in StrError() function
27 std::string StrError();30 std::string StrError(int errnum);
60 const std::string err_str = sys::StrError(); in initialize()71 const std::string err_str = sys::StrError(); in ~OProfileJITEventListener()
53 os << operation << " failed: " << llvm::sys::StrError(err); in ExitWithError()195 llvm::sys::StrError()); in LaunchProcess()
454 llvm::sys::StrError(error_value)); in Read()
65 *ErrMsg = prefix + ": " + llvm::sys::StrError(errnum);
471 *ErrMsg = llvm::sys::StrError(ENOENT);
200 llvm::sys::StrError()); in GetName()208 LLDB_LOG(log, "sysctl() for LWP info failed: {0}", llvm::sys::StrError()); in GetName()
145 m_string = llvm::sys::StrError(m_code); in AsCString()
178 llvm::sys::StrError()); in DoExecute()
442 LLGS_PROGRAM_NAME, llvm::sys::StrError()); in main_gdbserver()
214 arg, llvm::sys::StrError()); in MonitorChildProcessThreadFunction()
332 return errno == 0 ? "" : posix::StrError(errno); in GetLastErrnoDescription()
2532 inline const char* StrError(int errnum) { return strerror(errnum); }