Home
last modified time | relevance | path

Searched refs:UNWIND_SECOND_LEVEL_REGULAR (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/libunwind/include/mach-o/
HDcompact_unwind_encoding.h450 #define UNWIND_SECOND_LEVEL_REGULAR 2 macro
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDCompactUnwindInfo.cpp138 #ifndef UNWIND_SECOND_LEVEL_REGULAR
139 #define UNWIND_SECOND_LEVEL_REGULAR 2 macro
548 if (kind == UNWIND_SECOND_LEVEL_REGULAR) { in GetCompactUnwindInfoForFunction()
/freebsd-11-stable/contrib/llvm-project/lldb/tools/compact-unwind/
HDcompact-unwind-dumper.c1343 if ((*(uint32_t *)index_start) == UNWIND_SECOND_LEVEL_REGULAR) { in print_second_level_index()
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
HDUnwindCursor.hpp1594 if (pageKind == UNWIND_SECOND_LEVEL_REGULAR) { in getInfoFromCompactEncodingSection()