Searched refs:ExceptionFlags (Results 1 – 7 of 7) sorted by relevance
70 ms_exc->ExceptionCode, ms_exc->ExceptionFlags, in _GCC_specific_handler()73 if (IS_TARGET_UNWIND(ms_exc->ExceptionFlags)) { in _GCC_specific_handler()93 if (!IS_UNWINDING(ms_exc->ExceptionFlags) && ms_exc->NumberParameters > 1) { in _GCC_specific_handler()110 if (!IS_UNWINDING(ms_exc->ExceptionFlags)) { in _GCC_specific_handler()142 if (IS_UNWINDING(ms_exc->ExceptionFlags)) in _GCC_specific_handler()157 if (ours && !IS_UNWINDING(ms_exc->ExceptionFlags) && ms_exc->NumberParameters > 1) in _GCC_specific_handler()160 if (!IS_UNWINDING(ms_exc->ExceptionFlags)) in _GCC_specific_handler()208 ms_exc.ExceptionFlags = 0; in __libunwind_seh_personality()384 ms_exc.ExceptionFlags = EXCEPTION_NONCONTINUABLE; in _Unwind_Resume()
38 m_continuable = (record.ExceptionFlags == 0); in ExceptionRecord()47 : m_code(record.ExceptionCode), m_continuable(record.ExceptionFlags == 0), in ExceptionRecord()
134 LONG ExceptionFlags; member
234 support::ulittle32_t ExceptionFlags; member
383 mapOptionalHex(IO, "Exception Flags", Exception.ExceptionFlags, 0); in mapping()
540 exp_record.ExceptionFlags = static_cast<llvm::support::ulittle32_t>(0); in AddException()
350 m_active_exception->ExceptionRecord.ExceptionFlags, in RefreshStateAfterStop()