Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DErrno.cpp32 std::string StrError() { in StrError() function
33 return StrError(errno); in StrError()
37 std::string StrError(int errnum) { in StrError() function
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DErrno.h28 std::string StrError();
31 std::string StrError(int errnum);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DDarwinProcessLauncher.cpp326 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()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp54 os << operation << " failed: " << llvm::sys::StrError(err); in ExitWithError()
195 llvm::sys::StrError()); in LaunchProcess()
H A DConnectionFileDescriptorPosix.cpp453 llvm::sys::StrError(error_value)); in Read()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp61 const std::string err_str = sys::StrError(); in initialize()
72 const std::string err_str = sys::StrError(); in ~OProfileJITEventListener()
/freebsd-12.1/contrib/llvm/lib/Support/Unix/
H A DUnix.h69 *ErrMsg = prefix + ": " + llvm::sys::StrError(errnum);
H A DProgram.inc405 *ErrMsg = llvm::sys::StrError(ENOENT);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DPseudoTerminal.cpp34 std::string strerror = llvm::sys::StrError(); in ErrnoToStr()
H A DHost.cpp219 arg, llvm::sys::StrError()); in MonitorChildProcessThreadFunction()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DStatus.cpp149 m_string = llvm::sys::StrError(m_code); in AsCString()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectRegister.cpp178 llvm::sys::StrError()); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp458 llvm::sys::StrError()); in main_gdbserver()
/freebsd-12.1/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc332 return errno == 0 ? "" : posix::StrError(errno); in GetLastErrnoDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessMonitor.cpp531 llvm::sys::StrError(errno)); in Execute()
/freebsd-12.1/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h2532 inline const char* StrError(int errnum) { return strerror(errnum); }