Searched refs:SetUnhandledExceptionFilter (Results 1 – 4 of 4) sorted by relevance
79 INTERCEPTOR_WINAPI(LPTOP_LEVEL_EXCEPTION_FILTER, SetUnhandledExceptionFilter, in INTERCEPTOR_WINAPI() argument81 CHECK(REAL(SetUnhandledExceptionFilter)); in INTERCEPTOR_WINAPI()83 return REAL(SetUnhandledExceptionFilter)(ExceptionFilter); in INTERCEPTOR_WINAPI()170 ASAN_INTERCEPT_FUNC(SetUnhandledExceptionFilter); in InitializePlatformInterceptors()348 auto prev_seh_handler = SetUnhandledExceptionFilter(SEHHandler); in __asan_set_seh_filter()
30 SetUnhandledExceptionFilter(SEHHandler); in main()
139 SetUnhandledExceptionFilter(ExceptionHandler); in SetSignalHandler()
449 OldFilter = SetUnhandledExceptionFilter(LLVMUnhandledExceptionFilter);