Searched refs:StrError (Results 1 – 15 of 15) sorted by relevance
26 std::string StrError() { in StrError() function27 return StrError(errno); in StrError()30 std::string StrError(int errnum) { in StrError() function
27 LLVM_ABI std::string StrError();30 LLVM_ABI 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()
59 *ErrMsg = prefix + ": " + llvm::sys::StrError(errnum);
480 *ErrMsg = llvm::sys::StrError(ENOENT);
201 llvm::sys::StrError()); in GetName()209 LLDB_LOG(log, "sysctl() for LWP info failed: {0}", llvm::sys::StrError()); in GetName()
268 "Fork failed with error message: {0}", llvm::sys::StrError()); in LaunchProcess()
337 llvm::sys::StrError(error_value)); in Read()
168 llvm::sys::StrError()); in DoExecute()
407 LLGS_PROGRAM_NAME, llvm::sys::StrError()); in main_gdbserver()
206 pid, llvm::sys::StrError()); in MonitorChildProcessThreadFunction()
347 return errno == 0 ? "" : posix::StrError(errno); in GetLastErrnoDescription()
2135 inline const char* StrError(int errnum) { return strerror(errnum); }
3010 def StrError : LibBuiltin<"string.h"> {
23894 {"_ZN4llvm3sys8StrErrorEv", "llvm::sys::StrError()"},23895 {"_ZN4llvm3sys8StrErrorEi", "llvm::sys::StrError(int)"},