Searched refs:personalityArrayCount (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/libunwind/include/mach-o/
H A Dcompact_unwind_encoding.h415 uint32_t personalityArrayCount; member in struct:unwind_info_section_header
/freebsd-12-stable/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp243 uint32_t personalityArrayCount() const { function in class:libunwind::UnwindSectionHeader
245 _addr + offsetof(unwind_info_section_header, personalityArrayCount));
1755 if (personalityIndex > sectionHeader.personalityArrayCount()) {
1759 sectionHeader.personalityArrayCount());
/freebsd-12-stable/contrib/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c1478 printf(" personalityArrayCount is %d\n", header.personalityArrayCount);
1497 while (pers_idx < header.personalityArrayCount) {

Completed in 168 milliseconds