Searched refs:StrError (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.2-release/contrib/llvm/include/llvm/Support/
H A DErrno.h26 std::string StrError();
29 std::string StrError(int errnum);
/freebsd-10.2-release/contrib/llvm/lib/Support/
H A DErrno.cpp32 std::string StrError() { function in namespace:llvm::sys
33 return StrError(errno);
37 std::string StrError(int errnum) { function in namespace:llvm::sys
H A DDataStream.cpp81 std::string *StrError) {
84 *StrError = std::string("Could not open ") + Filename + ": " +
80 getDataFileStreamer(const std::string &Filename, std::string *StrError) argument
H A Dsystem_error.cpp46 return std::string(sys::StrError(ev));
/freebsd-10.2-release/contrib/llvm/lib/Support/Unix/
H A DUnix.h75 *ErrMsg = prefix + ": " + llvm::sys::StrError(errnum);
H A DProgram.inc396 *ErrMsg = llvm::sys::StrError(ENOENT);
/freebsd-10.2-release/contrib/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp65 const std::string err_str = sys::StrError();
75 const std::string err_str = sys::StrError();

Completed in 195 milliseconds