Searched refs:SetUnhandledExceptionFilter (Results 1 – 5 of 5) 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()191 ASAN_INTERCEPT_FUNC(SetUnhandledExceptionFilter); in InitializePlatformInterceptors()365 auto prev_seh_handler = SetUnhandledExceptionFilter(SEHHandler); in __asan_set_seh_filter()
76 SetUnhandledExceptionFilter(ExitWithExceptionCode); in main()
68 SetUnhandledExceptionFilter
144 SetUnhandledExceptionFilter(ExceptionHandler); in SetSignalHandler()
407 OldFilter = SetUnhandledExceptionFilter(LLVMUnhandledExceptionFilter);