Home
last modified time | relevance | path

Searched refs:UNWIND_SECOND_LEVEL_COMPRESSED (Results 1 – 5 of 5) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/libunwind/include/mach-o/
HDcompact_unwind_encoding.h459 #define UNWIND_SECOND_LEVEL_COMPRESSED 3 macro
/freebsd-14-stable/contrib/llvm-project/lld/MachO/
HDUnwindInfoSection.cpp605 page.kind = UNWIND_SECOND_LEVEL_COMPRESSED; in finalize()
698 if (page.kind == UNWIND_SECOND_LEVEL_COMPRESSED) { in writeTo()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Symbol/
HDCompactUnwindInfo.cpp144 #ifndef UNWIND_SECOND_LEVEL_COMPRESSED
145 #define UNWIND_SECOND_LEVEL_COMPRESSED 3 macro
604 } else if (kind == UNWIND_SECOND_LEVEL_COMPRESSED) { in GetCompactUnwindInfoForFunction()
/freebsd-14-stable/contrib/llvm-project/lldb/tools/compact-unwind/
HDcompact-unwind-dumper.c1312 if ((*(uint32_t *)index_start) == UNWIND_SECOND_LEVEL_COMPRESSED) { in print_second_level_index()
/freebsd-14-stable/contrib/llvm-project/libunwind/src/
HDUnwindCursor.hpp1822 } else if (pageKind == UNWIND_SECOND_LEVEL_COMPRESSED) { in getInfoFromCompactEncodingSection()