Home
last modified time | relevance | path

Searched refs:EXCEPTION_RECORD (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dseh-safe-div-win32.ll103 ; EXCEPTION_RECORD *ExceptionRecord;
107 ; The definition of EXCEPTION_RECORD is:
111 ; } EXCEPTION_RECORD;
Dseh-safe-div.ll110 ; EXCEPTION_RECORD *ExceptionRecord;
114 ; The definition of EXCEPTION_RECORD is:
118 ; } EXCEPTION_RECORD;
/external/llvm/test/CodeGen/X86/
Dseh-safe-div-win32.ll103 ; EXCEPTION_RECORD *ExceptionRecord;
107 ; The definition of EXCEPTION_RECORD is:
111 ; } EXCEPTION_RECORD;
Dseh-safe-div.ll110 ; EXCEPTION_RECORD *ExceptionRecord;
114 ; The definition of EXCEPTION_RECORD is:
118 ; } EXCEPTION_RECORD;
/external/libunwind_llvm/include/
Dunwind.h382 typedef struct _EXCEPTION_RECORD EXCEPTION_RECORD; typedef
389 extern EXCEPTION_DISPOSITION _GCC_specific_handler(EXCEPTION_RECORD *exc,
/external/google-breakpad/src/client/windows/handler/
Dexception_handler.cc568 EXCEPTION_RECORD exception_record = {}; in HandleInvalidParameter()
648 EXCEPTION_RECORD exception_record = {}; in HandlePureVirtualCall()
740 EXCEPTION_RECORD exception_record = {}; in WriteMinidump()
779 EXCEPTION_RECORD ex; in WriteMinidumpForChild()
/external/libunwind_llvm/src/
DUnwind-seh.cpp216 EXCEPTION_RECORD ms_exc; in __libunwind_seh_personality()
385 EXCEPTION_RECORD ms_exc; in _Unwind_Resume()
/external/compiler-rt/lib/asan/
Dasan_win.cc271 EXCEPTION_RECORD *exception_record = info->ExceptionRecord; in SEHHandler()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_win.cc815 EXCEPTION_RECORD *exception_record = (EXCEPTION_RECORD *)siginfo; in Create()
/external/python/cpython3/Modules/_ctypes/
Dcallproc.c258 static void SetException(DWORD code, EXCEPTION_RECORD *pr) in SetException()
406 DWORD *pdw, EXCEPTION_RECORD *record) in HandleException()
779 EXCEPTION_RECORD record; in _call_function_pointer()
/external/python/cpython2/Modules/_ctypes/
Dcallproc.c261 static void SetException(DWORD code, EXCEPTION_RECORD *pr) in SetException()
409 DWORD *pdw, EXCEPTION_RECORD *record) in HandleException()
791 EXCEPTION_RECORD record; in _call_function_pointer()
/external/google-breakpad/src/client/windows/unittests/
Dminidump_test.cc93 EXCEPTION_RECORD ex_record = { in WriteDump()
/external/cmockery/cmockery_0_1_2/src/
Dcmockery.c1411 EXCEPTION_RECORD * const exception_record = in exception_filter()