Home
last modified time | relevance | path

Searched refs:personalityArrayCount (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/mach-o/
Dcompact_unwind_encoding.h412 uint32_t personalityArrayCount; member
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwindCursor.hpp200 uint32_t personalityArrayCount() const { in personalityArrayCount() function in libunwind::UnwindSectionHeader
202 _addr + offsetof(unwind_info_section_header, personalityArrayCount)); in personalityArrayCount()
1100 if (personalityIndex > sectionHeader.personalityArrayCount()) { in getInfoFromCompactEncodingSection()
1104 sectionHeader.personalityArrayCount()); in getInfoFromCompactEncodingSection()