Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStatus.cpp67 case eErrorTypeWin32: in ErrorFromEnums()
252 return lldb::eErrorTypeWin32; in GetErrorType()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DSocket.cpp416 error = Status(::WSAGetLastError(), lldb::eErrorTypeWin32); in SetLastError()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h320 eErrorTypeWin32 ///< Standard Win32 error codes. enumerator
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst486 .. py:data:: eErrorTypeWin32
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp82641 {SWIG_LUA_CONSTTAB_INT("eErrorTypeWin32", (lldb::eErrorTypeWin32))},