Searched refs:StrError (Results 1 – 14 of 14) sorted by relevance
30 std::string StrError() { in StrError() function31 return StrError(errno); in StrError()35 std::string StrError(int errnum) { in StrError() function
26 std::string StrError();29 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()
65 *ErrMsg = prefix + ": " + llvm::sys::StrError(errnum);
487 *ErrMsg = llvm::sys::StrError(ENOENT);
202 llvm::sys::StrError()); in GetName()210 LLDB_LOG(log, "sysctl() for LWP info failed: {0}", llvm::sys::StrError()); in GetName()
144 m_string = llvm::sys::StrError(m_code); in AsCString()
273 llvm::sys::StrError()); in LaunchProcess()
345 llvm::sys::StrError(error_value)); in Read()
182 llvm::sys::StrError()); in DoExecute()
387 LLGS_PROGRAM_NAME, llvm::sys::StrError()); in main_gdbserver()
188 pid, llvm::sys::StrError()); in MonitorChildProcessThreadFunction()
345 return errno == 0 ? "" : posix::StrError(errno); in GetLastErrnoDescription()
2119 inline const char* StrError(int errnum) { return strerror(errnum); }