Home
last modified time | relevance | path

Searched refs:mapWindowsError (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc237 return mapWindowsError(LastError);
309 return mapWindowsError(Err);
462 return mapWindowsError(Error);
614 return mapWindowsError(LastError);
699 return mapWindowsError(Err);
735 return mapWindowsError(LastError);
996 return mapWindowsError(LastError);
1034 return mapWindowsError(LastError);
1289 return mapWindowsError(Error);
1301 return mapWindowsError(Error);
[all …]
H A DMemory.inc142 EC = mapWindowsError(::GetLastError());
162 return mapWindowsError(::GetLastError());
179 return mapWindowsError(::GetLastError());
H A DProcess.inc211 return mapWindowsError(GetLastError());
219 return mapWindowsError(GetLastError());
224 return mapWindowsError(ERROR_INSUFFICIENT_BUFFER);
H A DSignals.inc738 return mapWindowsError(::GetLastError());
801 return mapWindowsError(::GetLastError());
H A DProgram.inc104 return mapWindowsError(::GetLastError());
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DWindowsError.h15 std::error_code mapWindowsError(unsigned EV);
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DThreadLauncher.cpp36 return llvm::errorCodeToError(llvm::mapWindowsError(GetLastError())); in LaunchThread()
H A DTCPSocket.cpp49 EC = llvm::mapWindowsError(WSAGetLastError()); in GetLastSocketError()
H A DSocket.cpp96 return llvm::errorCodeToError(llvm::mapWindowsError(::WSAGetLastError())); in Initialize()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DErrorHandling.cpp246 std::error_code llvm::mapWindowsError(unsigned EV) { in mapWindowsError() function in llvm