Searched refs:StrError (Results 1 – 7 of 7) 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()
65 *ErrMsg = prefix + ": " + llvm::sys::StrError(errnum);
471 *ErrMsg = llvm::sys::StrError(ENOENT);
2045 inline const char* StrError(int errnum) { return strerror(errnum); }
339 return errno == 0 ? "" : posix::StrError(errno); in GetLastErrnoDescription()