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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp45 const uint64_t abbr_idx = data.GetULEB128(offset_ptr); local
46 lldbassert(abbr_idx <= UINT16_MAX);
47 m_abbr_idx = abbr_idx;
59 m_offset, (unsigned)abbr_idx);

Completed in 108 milliseconds