Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c1336 struct unwind_info_section_header_index_entry index_entry; in print_index_sections() local
1337 memcpy(&index_entry, offset, in print_index_sections()
1341 cur_idx, index_entry.functionOffset, in print_index_sections()
1342 index_entry.secondLevelPagesSectionOffset, in print_index_sections()
1343 index_entry.lsdaIndexArraySectionOffset); in print_index_sections()
1346 if (index_entry.secondLevelPagesSectionOffset != 0) { in print_index_sections()
1353 baton.compact_unwind_start + index_entry.lsdaIndexArraySectionOffset; in print_index_sections()
1371 lsda_entry.functionOffset - index_entry.functionOffset, in print_index_sections()
1380 baton.first_level_index_entry = index_entry; in print_index_sections()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp906 const llvm::DWARFUnitIndex::Entry *index_entry) { in ApplyIndexEntry() argument
909 assert(index_entry); in ApplyIndexEntry()
917 auto *unit_contrib = index_entry->getContribution(); in ApplyIndexEntry()
922 auto *abbr_entry = index_entry->getContribution(llvm::DW_SECT_ABBREV); in ApplyIndexEntry()
929 m_index_entry = index_entry; in ApplyIndexEntry()
H A DDWARFUnit.h81 llvm::Error ApplyIndexEntry(const llvm::DWARFUnitIndex::Entry *index_entry);