Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libunwind/include/mach-o/
H A Dcompact_unwind_encoding.h47 UNWIND_HAS_LSDA = 0x40000000, enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp33 UNWIND_IS_NOT_FUNCTION_START = 0x80000000, UNWIND_HAS_LSDA = 0x40000000, in FLAGS_ANONYMOUS_ENUM()
574 if (unwind_info.encoding & UNWIND_HAS_LSDA) { in GetCompactUnwindInfoForFunction()
658 if (unwind_info.encoding & UNWIND_HAS_LSDA) { in GetCompactUnwindInfoForFunction()
/freebsd-12.1/contrib/llvm/tools/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c1219 bool has_lsda = encoding & UNWIND_HAS_LSDA; in print_function_encoding()
/freebsd-12.1/contrib/libunwind/src/
H A DUnwindCursor.hpp1681 if (encoding & UNWIND_HAS_LSDA) { in getInfoFromCompactEncodingSection()