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

/freebsd-11-stable/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-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp142 #ifndef UNWIND_SECOND_LEVEL_COMPRESSED
143 #define UNWIND_SECOND_LEVEL_COMPRESSED 3 macro
546 &offset); // UNWIND_SECOND_LEVEL_REGULAR or UNWIND_SECOND_LEVEL_COMPRESSED
604 } else if (kind == UNWIND_SECOND_LEVEL_COMPRESSED) {
606 // uint32_t kind; // UNWIND_SECOND_LEVEL_COMPRESSED
/freebsd-11-stable/contrib/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c1284 // UNWIND_SECOND_LEVEL_COMPRESSED
1355 if ((*(uint32_t *)index_start) == UNWIND_SECOND_LEVEL_COMPRESSED) {
1359 printf(" UNWIND_SECOND_LEVEL_COMPRESSED #%d entryPageOffset %d, "
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp1646 } else if (pageKind == UNWIND_SECOND_LEVEL_COMPRESSED) {

Completed in 95 milliseconds