Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
384 ms_exc.ExceptionFlags = EXCEPTION_NONCONTINUABLE; in _Unwind_Resume()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DExceptionRecord.h38 m_continuable = (record.ExceptionFlags == 0); in ExceptionRecord()
47 : m_code(record.ExceptionCode), m_continuable(record.ExceptionFlags == 0), in ExceptionRecord()
/openbsd-src/gnu/usr.bin/binutils/gdb/nlm/
H A Dppc.h134 LONG ExceptionFlags; member
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMinidump.h234 support::ulittle32_t ExceptionFlags; member
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp383 mapOptionalHex(IO, "Exception Flags", Exception.ExceptionFlags, 0); in mapping()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp540 exp_record.ExceptionFlags = static_cast<llvm::support::ulittle32_t>(0); in AddException()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp350 m_active_exception->ExceptionRecord.ExceptionFlags, in RefreshStateAfterStop()