HomeSort by: relevance | last modified time | path
    Searched defs:SEHHandler (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_win.cc 68 static long WINAPI SEHHandler(EXCEPTION_POINTERS *info) {
83 if (ExceptionFilter == &SEHHandler)
319 auto prev_seh_handler = SetUnhandledExceptionFilter(SEHHandler);
320 if (prev_seh_handler != &SEHHandler)
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_win.cpp 67 static long WINAPI SEHHandler(EXCEPTION_POINTERS *info) {
82 if (ExceptionFilter == &SEHHandler)
359 auto prev_seh_handler = SetUnhandledExceptionFilter(SEHHandler);
360 if (prev_seh_handler != &SEHHandler)
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_win.cpp 67 static long WINAPI SEHHandler(EXCEPTION_POINTERS *info) {
82 if (ExceptionFilter == &SEHHandler)
344 auto prev_seh_handler = SetUnhandledExceptionFilter(SEHHandler);
345 if (prev_seh_handler != &SEHHandler)
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineFunction.h 209 struct SEHHandler {
222 SmallVector<SEHHandler, 1> SEHHandlers; // SEH handlers active at this lpad.

Completed in 77 milliseconds