Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/libunwind/include/mach-o/
Dcompact_unwind_encoding.h450 #define UNWIND_SECOND_LEVEL_REGULAR 2 macro
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
DCompactUnwindInfo.cpp138 #ifndef UNWIND_SECOND_LEVEL_REGULAR
139 #define UNWIND_SECOND_LEVEL_REGULAR 2 macro
548 if (kind == UNWIND_SECOND_LEVEL_REGULAR) { in GetCompactUnwindInfoForFunction()
/freebsd-12-stable/contrib/llvm-project/lld/MachO/
DUnwindInfoSection.cpp520 page.kind = UNWIND_SECOND_LEVEL_REGULAR; in finalize()
/freebsd-12-stable/contrib/llvm-project/lldb/tools/compact-unwind/
Dcompact-unwind-dumper.c1343 if ((*(uint32_t *)index_start) == UNWIND_SECOND_LEVEL_REGULAR) { in print_second_level_index()
/freebsd-12-stable/contrib/llvm-project/libunwind/src/
DUnwindCursor.hpp1648 if (pageKind == UNWIND_SECOND_LEVEL_REGULAR) { in getInfoFromCompactEncodingSection()