Home
last modified time | relevance | path

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

/external/llvm-project/libunwind/include/mach-o/
Dcompact_unwind_encoding.h46 UNWIND_HAS_LSDA = 0x40000000, enumerator
/external/llvm-project/lldb/source/Symbol/
DCompactUnwindInfo.cpp34 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()
/external/llvm-project/lldb/tools/compact-unwind/
Dcompact-unwind-dumper.c1219 bool has_lsda = encoding & UNWIND_HAS_LSDA; in print_function_encoding()
/external/llvm-project/libunwind/src/
DUnwindCursor.hpp1752 if (encoding & UNWIND_HAS_LSDA) { in getInfoFromCompactEncodingSection()