Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libunwind/include/mach-o/
H A Dcompact_unwind_encoding.h459 #define UNWIND_SECOND_LEVEL_COMPRESSED 3 macro
/llvm-project-15.0.7/lld/MachO/
H A DUnwindInfoSection.cpp597 page.kind = UNWIND_SECOND_LEVEL_COMPRESSED; in finalize()
686 if (page.kind == UNWIND_SECOND_LEVEL_COMPRESSED) { in writeTo()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp144 #ifndef UNWIND_SECOND_LEVEL_COMPRESSED
145 #define UNWIND_SECOND_LEVEL_COMPRESSED 3 macro
605 } else if (kind == UNWIND_SECOND_LEVEL_COMPRESSED) { in GetCompactUnwindInfoForFunction()
/llvm-project-15.0.7/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c1312 if ((*(uint32_t *)index_start) == UNWIND_SECOND_LEVEL_COMPRESSED) { in print_second_level_index()
/llvm-project-15.0.7/libunwind/src/
H A DUnwindCursor.hpp1789 } else if (pageKind == UNWIND_SECOND_LEVEL_COMPRESSED) { in getInfoFromCompactEncodingSection()