Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libunwind/include/mach-o/
H A Dcompact_unwind_encoding.h459 #define UNWIND_SECOND_LEVEL_COMPRESSED 3 macro
462 uint32_t kind; // UNWIND_SECOND_LEVEL_COMPRESSED
/freebsd/contrib/llvm-project/lld/MachO/
H A DUnwindInfoSection.cpp603 page.kind = UNWIND_SECOND_LEVEL_COMPRESSED; in finalize()
696 if (page.kind == UNWIND_SECOND_LEVEL_COMPRESSED) { in writeTo()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompactUnwindInfo.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/contrib/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c1312 if ((*(uint32_t *)index_start) == UNWIND_SECOND_LEVEL_COMPRESSED) { in print_second_level_index()
/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp1854 } else if (pageKind == UNWIND_SECOND_LEVEL_COMPRESSED) { in getInfoFromCompactEncodingSection()