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

/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompactUnwindInfo.h65 uint32_t lsda_array_end; // The offset to the LSDA array for the NEXT index member in struct:lldb_private::CompactUnwindInfo::UnwindIndex
73 lsda_array_end(0),
/freebsd-11.0-release/contrib/llvm/tools/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c57 uint8_t *lsda_array_end; // the lsda_array_start for the NEXT first-level index member in struct:baton
993 uint32_t high = (baton.lsda_array_end - baton.lsda_array_start) / sizeof (struct unwind_info_section_header_lsda_index_entry);
1143 baton.lsda_array_end = baton.compact_unwind_start + next_index_entry.lsdaIndexArraySectionOffset;
1147 while (lsda_entry_offset < baton.lsda_array_end)
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp334 m_indexes[m_indexes.size() - 1].lsda_array_end = lsda_offset;
538 offset_t lsda_array_count = (it->lsda_array_end - it->lsda_array_start) / 8;

Completed in 59 milliseconds