Searched refs:ExceptionFilter (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win.cpp80 LPTOP_LEVEL_EXCEPTION_FILTER ExceptionFilter) {
82 if (ExceptionFilter == &SEHHandler)
83 return REAL(SetUnhandledExceptionFilter)(ExceptionFilter);
86 Swap(ExceptionFilter, user_seh_handler);
87 return ExceptionFilter;
79 INTERCEPTOR_WINAPI(LPTOP_LEVEL_EXCEPTION_FILTER, SetUnhandledExceptionFilter, LPTOP_LEVEL_EXCEPTION_FILTER ExceptionFilter) argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DCrashRecoveryContext.cpp194 static int ExceptionFilter(_EXCEPTION_POINTERS *Except) { function
229 } __except (ExceptionFilter(GetExceptionInformation())) { function

Completed in 42 milliseconds