Home
last modified time | relevance | path

Searched refs:StrError (Results 1 – 14 of 14) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DErrno.cpp31 std::string StrError() { in StrError() function
32 return StrError(errno); in StrError()
36 std::string StrError(int errnum) { in StrError() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DErrno.h27 std::string StrError();
30 std::string StrError(int errnum);
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp60 const std::string err_str = sys::StrError(); in initialize()
71 const std::string err_str = sys::StrError(); in ~OProfileJITEventListener()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp53 os << operation << " failed: " << llvm::sys::StrError(err); in ExitWithError()
195 llvm::sys::StrError()); in LaunchProcess()
H A DConnectionFileDescriptorPosix.cpp454 llvm::sys::StrError(error_value)); in Read()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Unix/
H A DUnix.h65 *ErrMsg = prefix + ": " + llvm::sys::StrError(errnum);
H A DProgram.inc471 *ErrMsg = llvm::sys::StrError(ENOENT);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.cpp200 llvm::sys::StrError()); in GetName()
208 LLDB_LOG(log, "sysctl() for LWP info failed: {0}", llvm::sys::StrError()); in GetName()
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DStatus.cpp145 m_string = llvm::sys::StrError(m_code); in AsCString()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectRegister.cpp178 llvm::sys::StrError()); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp442 LLGS_PROGRAM_NAME, llvm::sys::StrError()); in main_gdbserver()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DHost.cpp214 arg, llvm::sys::StrError()); in MonitorChildProcessThreadFunction()
/freebsd-13.1/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc332 return errno == 0 ? "" : posix::StrError(errno); in GetLastErrnoDescription()
/freebsd-13.1/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h2532 inline const char* StrError(int errnum) { return strerror(errnum); }