Home
last modified time | relevance | path

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

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