Home
last modified time | relevance | path

Searched refs:lsda_array_end (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompactUnwindInfo.h60 uint32_t lsda_array_end = member
/freebsd/contrib/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c56 *lsda_array_end; // the lsda_array_start for the NEXT first-level index member
1185 uint32_t high = (baton.lsda_array_end - baton.lsda_array_start) / in print_function_encoding()
1354 baton.lsda_array_end = baton.compact_unwind_start + in print_index_sections()
1359 while (lsda_entry_offset < baton.lsda_array_end) { in print_index_sections()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp367 m_indexes[m_indexes.size() - 1].lsda_array_end = lsda_offset; in ScanIndex()
542 offset_t lsda_array_count = (it->lsda_array_end - it->lsda_array_start) / 8; in GetCompactUnwindInfoForFunction()