Home
last modified time | relevance | path

Searched defs:SEHHandler (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/compiler-rt/test/asan/TestCases/Windows/
Duser-exception.cpp19 static long WINAPI SEHHandler(EXCEPTION_POINTERS *info) { in SEHHandler() function
/external/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h64 struct SEHHandler { struct
80 SmallVector<SEHHandler, 1> SEHHandlers; // SEH handlers active at this lpad. argument
/external/compiler-rt/lib/asan/
Dasan_win.cc270 static long WINAPI SEHHandler(EXCEPTION_POINTERS *info) { in SEHHandler() function
/external/llvm-project/compiler-rt/lib/asan/
Dasan_win.cpp67 static long WINAPI SEHHandler(EXCEPTION_POINTERS *info) { in SEHHandler() function