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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompactUnwindInfo.h60 uint32_t lsda_array_end; // The offset to the LSDA array for the NEXT index member in struct:lldb_private::CompactUnwindInfo::UnwindIndex
67 lsda_array_end(0), sentinal_entry(false) {}
/freebsd-11-stable/contrib/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c99 *lsda_array_end; // the lsda_array_start for the NEXT first-level index member in struct:baton
1228 uint32_t high = (baton.lsda_array_end - baton.lsda_array_start) /
1397 baton.lsda_array_end = baton.compact_unwind_start +
1402 while (lsda_entry_offset < baton.lsda_array_end) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp367 m_indexes[m_indexes.size() - 1].lsda_array_end = lsda_offset;
542 offset_t lsda_array_count = (it->lsda_array_end - it->lsda_array_start) / 8;

Completed in 82 milliseconds