Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc248 return mapWindowsError(LastError);
320 return mapWindowsError(Err);
478 return mapWindowsError(Error);
629 return mapWindowsError(LastError);
705 return mapWindowsError(Err);
764 return mapWindowsError(LastError);
1053 return mapWindowsError(LastError);
1091 return mapWindowsError(LastError);
1338 return mapWindowsError(Error);
1350 return mapWindowsError(Error);
[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.inc763 return mapWindowsError(::GetLastError());
826 return mapWindowsError(::GetLastError());
H A DProgram.inc105 return mapWindowsError(::GetLastError());
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DExecutorSharedMemoryMapperService.cpp93 return errorCodeToError(mapWindowsError(GetLastError())); in reserve()
99 return errorCodeToError(mapWindowsError(GetLastError())); in reserve()
151 return errorCodeToError(mapWindowsError(GetLastError())); in initialize()
251 errorCodeToError(mapWindowsError(GetLastError()))); in release()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DWindowsError.h15 std::error_code mapWindowsError(unsigned EV);
/freebsd-14.2/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.cpp94 return llvm::errorCodeToError(llvm::mapWindowsError(::WSAGetLastError())); in Initialize()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMemoryMapper.cpp267 return OnReserved(errorCodeToError(mapWindowsError(GetLastError()))); in reserve()
273 return OnReserved(errorCodeToError(mapWindowsError(GetLastError()))); in reserve()
386 errorCodeToError(mapWindowsError(GetLastError()))); in release()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DErrorHandling.cpp245 std::error_code llvm::mapWindowsError(unsigned EV) { in mapWindowsError() function in llvm