Home
last modified time | relevance | path

Searched refs:eErrorTypeWin32 (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DThreadLauncher.cpp42 error.SetError(::GetLastError(), eErrorTypeWin32); in LaunchThread()
H A DSocket.cpp409 error.SetError(::WSAGetLastError(), lldb::eErrorTypeWin32); in SetLastError()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DStatus.cpp152 case eErrorTypeWin32: in AsCString()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-enumerations.h327 eErrorTypeWin32 ///< Standard Win32 error codes. enumerator