Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libunwind/include/mach-o/
H A Dcompact_unwind_encoding.h46 UNWIND_HAS_LSDA = 0x40000000, enumerator
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp36 UNWIND_IS_NOT_FUNCTION_START = 0x80000000, UNWIND_HAS_LSDA = 0x40000000, in FLAGS_ANONYMOUS_ENUM()
572 if (unwind_info.encoding & UNWIND_HAS_LSDA) { in GetCompactUnwindInfoForFunction()
656 if (unwind_info.encoding & UNWIND_HAS_LSDA) { in GetCompactUnwindInfoForFunction()
/freebsd-14.2/contrib/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c1176 bool has_lsda = encoding & UNWIND_HAS_LSDA; in print_function_encoding()
/freebsd-14.2/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp1899 if (encoding & UNWIND_HAS_LSDA) { in getInfoFromCompactEncodingSection()