Searched refs:ExceptionCode (Results 1 – 17 of 17) sorted by relevance
267 static StringRef ExceptionCodeToString(DWORD ExceptionCode) { in ExceptionCodeToString() argument268 switch(ExceptionCode) { in ExceptionCodeToString()517 Exception.ExceptionRecord.ExceptionCode) in main()518 << " (" << Exception.ExceptionRecord.ExceptionCode << ")\n"; in main()528 Exception.ExceptionRecord.ExceptionCode) in main()529 << " (" << Exception.ExceptionRecord.ExceptionCode in main()
203 if (exception_record->ExceptionCode == EXCEPTION_ACCESS_VIOLATION || in SEHHandler()204 exception_record->ExceptionCode == EXCEPTION_IN_PAGE_ERROR) { in SEHHandler()206 (exception_record->ExceptionCode == EXCEPTION_ACCESS_VIOLATION) in SEHHandler()
94 if ( rec->ExceptionCode == EXCEPTION_ILLEGAL_INSTRUCTION ) { in ExceptionFilter()97 } else if ( rec->ExceptionCode == STATUS_FLOAT_MULTIPLE_TRAPS ) { in ExceptionFilter()
60 exit(exception_pointers->ExceptionRecord->ExceptionCode); in ExitWithExceptionCode()
480 DWORD code = exinfo->ExceptionRecord->ExceptionCode; in HandleException()574 exception_record.ExceptionCode = STATUS_INVALID_PARAMETER; in HandleInvalidParameter()654 exception_record.ExceptionCode = STATUS_NONCONTINUABLE_EXCEPTION; in HandlePureVirtualCall()745 exception_record.ExceptionCode = STATUS_NONCONTINUABLE_EXCEPTION; in WriteMinidump()796 ex.ExceptionCode = EXCEPTION_BREAKPOINT; in WriteMinidumpForChild()
116 const DWORD code = e->ExceptionRecord->ExceptionCode; in handler()
162 if (info->ExceptionRecord->ExceptionCode == EXCEPTION_BREAKPOINT) in unhandledExceptionFilter()186 switch (info->ExceptionRecord->ExceptionCode) in unhandledExceptionFilter()
90 switch (ExceptionInfo->ExceptionRecord->ExceptionCode)
109 ; DWORD ExceptionCode;
116 ; DWORD ExceptionCode;
590 _exit(ep->ExceptionRecord->ExceptionCode);
1413 const DWORD code = exception_record->ExceptionCode; in exception_filter()
1028 ULONG32 ExceptionCode; member
13814 switch (ExceptionInfo->ExceptionRecord->ExceptionCode)