Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libunwind/include/mach-o/
H A Dcompact_unwind_encoding.h450 #define UNWIND_SECOND_LEVEL_REGULAR 2 macro
/llvm-project-15.0.7/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp140 #ifndef UNWIND_SECOND_LEVEL_REGULAR
141 #define UNWIND_SECOND_LEVEL_REGULAR 2 macro
549 if (kind == UNWIND_SECOND_LEVEL_REGULAR) { in GetCompactUnwindInfoForFunction()
/llvm-project-15.0.7/lld/MachO/
H A DUnwindInfoSection.cpp592 page.kind = UNWIND_SECOND_LEVEL_REGULAR; in finalize()
/llvm-project-15.0.7/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c1300 if ((*(uint32_t *)index_start) == UNWIND_SECOND_LEVEL_REGULAR) { in print_second_level_index()
/llvm-project-15.0.7/libunwind/src/
H A DUnwindCursor.hpp1737 if (pageKind == UNWIND_SECOND_LEVEL_REGULAR) { in getInfoFromCompactEncodingSection()