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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win_dynamic_runtime_thunk.cpp119 __declspec(dllimport) int __asan_set_seh_filter();
120 static int SetSEHFilter() { return __asan_set_seh_filter(); }
122 // Unfortunately, putting a pointer to __asan_set_seh_filter into
H A Dasan_win.cpp336 // __asan_set_seh_filter in the last section for C initializers.
339 // asan_dynamic_runtime_thunk.lib to all the modules, thus __asan_set_seh_filter
341 // __asan_set_seh_filter call happens after the .exe module CRT is initialized.
342 extern "C" SANITIZER_INTERFACE_ATTRIBUTE int __asan_set_seh_filter() { function in namespace:__asan
369 __asan_set_seh_filter;

Completed in 154 milliseconds