Searched refs:StrError (Results 1 – 15 of 15) 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);
497 *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()
143 m_string = llvm::sys::StrError(m_code); in AsCString()
273 llvm::sys::StrError()); in LaunchProcess()
345 llvm::sys::StrError(error_value)); in Read()
168 llvm::sys::StrError()); in DoExecute()
387 LLGS_PROGRAM_NAME, llvm::sys::StrError()); in main_gdbserver()
221 pid, llvm::sys::StrError()); in MonitorChildProcessThreadFunction()
347 return errno == 0 ? "" : posix::StrError(errno); in GetLastErrnoDescription()
2167 inline const char* StrError(int errnum) { return strerror(errnum); }
2857 def StrError : LibBuiltin<"string.h"> {