Searched refs:StrError (Results 1 – 9 of 9) sorted by relevance
32 std::string StrError() { in StrError() function33 return StrError(errno); in StrError()37 std::string StrError(int errnum) { in StrError() function
82 std::string *StrError) { in getDataFileStreamer() argument85 *StrError = std::string("Could not open ") + Filename + ": " + in getDataFileStreamer()
26 std::string StrError();29 std::string StrError(int errnum);
60 const std::string err_str = sys::StrError(); in initialize()70 const std::string err_str = sys::StrError(); in ~OProfileJITEventListener()
75 *ErrMsg = prefix + ": " + llvm::sys::StrError(errnum);
385 *ErrMsg = llvm::sys::StrError(ENOENT);
91 llvm::errs() << "IO Error: " << Desc << ": " << sys::StrError() << '\n';
265 return String(errno == 0 ? "" : posix::StrError(errno)); in GetLastErrnoDescription()
1648 inline const char* StrError(int errnum) { return strerror(errnum); }