Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc93 return mapWindowsError(::GetLastError());
172 return mapWindowsError(::GetLastError());
208 return mapWindowsError(::GetLastError());
233 return mapWindowsError(::GetLastError());
250 return mapWindowsError(LastError);
267 return mapWindowsError(::GetLastError());
300 std::error_code EC = mapWindowsError(::GetLastError());
322 return mapWindowsError(Err);
379 return mapWindowsError(GetLastError());
432 return mapWindowsError(::GetLastError());
[all …]
H A DMemory.inc140 EC = mapWindowsError(::GetLastError());
160 return mapWindowsError(::GetLastError());
177 return mapWindowsError(::GetLastError());
H A DProcess.inc211 return mapWindowsError(GetLastError());
219 return mapWindowsError(GetLastError());
224 return mapWindowsError(ERROR_INSUFFICIENT_BUFFER);
H A DSignals.inc768 return mapWindowsError(::GetLastError());
831 return mapWindowsError(::GetLastError());
H A DProgram.inc105 return mapWindowsError(::GetLastError());
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DExecutorSharedMemoryMapperService.cpp113 return errorCodeToError(mapWindowsError(GetLastError())); in reserve()
119 return errorCodeToError(mapWindowsError(GetLastError())); in reserve()
175 return errorCodeToError(mapWindowsError(GetLastError())); in initialize()
281 errorCodeToError(mapWindowsError(GetLastError()))); in release()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DWindowsError.h16 std::error_code mapWindowsError(unsigned EV);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DErrorHandling.cpp273 return mapWindowsError(EV); in mapLastWindowsError()
281 std::error_code llvm::mapWindowsError(unsigned EV) { in mapWindowsError() function in llvm
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DThreadLauncher.cpp37 return llvm::errorCodeToError(llvm::mapWindowsError(GetLastError())); in LaunchThread()
H A DTCPSocket.cpp50 EC = llvm::mapWindowsError(WSAGetLastError()); in GetLastSocketError()
H A DSocket.cpp93 return llvm::errorCodeToError(llvm::mapWindowsError(::WSAGetLastError())); in Initialize()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMemoryMapper.cpp288 return OnReserved(errorCodeToError(mapWindowsError(GetLastError()))); in reserve()
294 return OnReserved(errorCodeToError(mapWindowsError(GetLastError()))); in reserve()
411 errorCodeToError(mapWindowsError(GetLastError()))); in release()