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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win.cpp50 static LPTOP_LEVEL_EXCEPTION_FILTER user_seh_handler; variable
71 if (user_seh_handler)
72 return user_seh_handler(info);
86 Swap(ExceptionFilter, user_seh_handler);

Completed in 100 milliseconds