Home
last modified time | relevance | path

Searched refs:ExceptionFlags (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/libunwind/src/
H A DUnwind-seh.cpp70 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()
382 ms_exc.ExceptionFlags = EXCEPTION_NONCONTINUABLE; in _Unwind_Resume()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMinidump.h234 support::ulittle32_t ExceptionFlags; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp383 mapOptionalHex(IO, "Exception Flags", Exception.ExceptionFlags, 0); in mapping()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp354 m_active_exception->ExceptionRecord.ExceptionFlags, in RefreshStateAfterStop()