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()184 ASAN_INTERCEPT_FUNC(SetUnhandledExceptionFilter); in InitializePlatformInterceptors()355 auto prev_seh_handler = SetUnhandledExceptionFilter(SEHHandler); in __asan_set_seh_filter()
76 SetUnhandledExceptionFilter(ExitWithExceptionCode); in main()
144 SetUnhandledExceptionFilter(ExceptionHandler); in SetSignalHandler()
464 OldFilter = SetUnhandledExceptionFilter(LLVMUnhandledExceptionFilter);