Home
last modified time | relevance | path

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

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