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

/freebsd-12-stable/contrib/llvm-project/libunwind/include/mach-o/
H A Dcompact_unwind_encoding.h46 UNWIND_HAS_LSDA = 0x40000000, enumerator in enum:__anon3734
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp34 UNWIND_IS_NOT_FUNCTION_START = 0x80000000, UNWIND_HAS_LSDA = 0x40000000,
572 if (unwind_info.encoding & UNWIND_HAS_LSDA) {
656 if (unwind_info.encoding & UNWIND_HAS_LSDA) {
/freebsd-12-stable/contrib/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c1219 bool has_lsda = encoding & UNWIND_HAS_LSDA;
/freebsd-12-stable/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp1720 if (encoding & UNWIND_HAS_LSDA) {

Completed in 184 milliseconds