Searched refs:StrError (Results 1 – 16 of 16) sorted by relevance
32 std::string StrError() { in StrError() function33 return StrError(errno); in StrError()37 std::string StrError(int errnum) { in StrError() function
28 std::string StrError();31 std::string StrError(int errnum);
326 llvm::sys::StrError(error_code)); in PosixSpawnChildForPTraceDebugging()345 desired_cpu_type, ocount, llvm::sys::StrError(error_code)); in PosixSpawnChildForPTraceDebugging()363 llvm::sys::StrError(error_code)); in PosixSpawnChildForPTraceDebugging()412 llvm::sys::StrError(error_code)); in PosixSpawnChildForPTraceDebugging()
54 os << operation << " failed: " << llvm::sys::StrError(err); in ExitWithError()195 llvm::sys::StrError()); in LaunchProcess()
453 llvm::sys::StrError(error_value)); in Read()
61 const std::string err_str = sys::StrError(); in initialize()72 const std::string err_str = sys::StrError(); in ~OProfileJITEventListener()
69 *ErrMsg = prefix + ": " + llvm::sys::StrError(errnum);
405 *ErrMsg = llvm::sys::StrError(ENOENT);
34 std::string strerror = llvm::sys::StrError(); in ErrnoToStr()
219 arg, llvm::sys::StrError()); in MonitorChildProcessThreadFunction()
149 m_string = llvm::sys::StrError(m_code); in AsCString()
178 llvm::sys::StrError()); in DoExecute()
458 llvm::sys::StrError()); in main_gdbserver()
332 return errno == 0 ? "" : posix::StrError(errno); in GetLastErrnoDescription()
531 llvm::sys::StrError(errno)); in Execute()
2532 inline const char* StrError(int errnum) { return strerror(errnum); }