Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompactUnwindInfo.h60 uint32_t lsda_array_start; // The offset (inside unwind_info sect) LSDA member
68 : function_offset(0), second_level(0), lsda_array_start(0), in UnwindIndex()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp366 this_index.lsda_array_start = lsda_offset; in ScanIndex()
543 offset_t lsda_array_start = it->lsda_array_start; in GetCompactUnwindInfoForFunction() local
544 offset_t lsda_array_count = (it->lsda_array_end - it->lsda_array_start) / 8; in GetCompactUnwindInfoForFunction()
578 lsda_array_start, lsda_array_count, function_offset); in GetCompactUnwindInfoForFunction()
662 lsda_array_start, lsda_array_count, function_offset); in GetCompactUnwindInfoForFunction()
/freebsd-12.1/contrib/llvm/tools/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c97 *lsda_array_start; // for the currently-being-processed first-level index member
1228 uint32_t high = (baton.lsda_array_end - baton.lsda_array_start) / in print_function_encoding()
1235 (baton.lsda_array_start + in print_function_encoding()
1242 (mid_lsda_entry_addr - baton.lsda_array_start) / in print_function_encoding()
1395 baton.lsda_array_start = in print_index_sections()
1400 uint8_t *lsda_entry_offset = baton.lsda_array_start; in print_index_sections()