Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp59 const uint64_t abbr_idx = data.GetULEB128(offset_ptr); in Extract() local
60 if (abbr_idx > std::numeric_limits<uint16_t>::max()) in Extract()
61 return report_error("abbreviation code {0} too big", abbr_idx); in Extract()
62 m_abbr_idx = abbr_idx; in Extract()
72 return report_error("invalid abbreviation code {0}", abbr_idx); in Extract()