Home
last modified time | relevance | path

Searched refs:ReportLastErrorFatal (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DThreading.inc34 ReportLastErrorFatal("_beginthreadex failed");
42 ReportLastErrorFatal("WaitForSingleObject failed");
48 ReportLastErrorFatal("CloseHandle failed");
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/Windows/
H A DWindowsSupport.h74 [[noreturn]] inline void ReportLastErrorFatal(const char *Msg) { in ReportLastErrorFatal() function