Searched refs:abbr_idx (Results 1 – 1 of 1) sorted by relevance
45 const uint64_t abbr_idx = data.GetULEB128(offset_ptr); in Extract() local46 lldbassert(abbr_idx <= UINT16_MAX); in Extract()47 m_abbr_idx = abbr_idx; in Extract()59 m_offset, (unsigned)abbr_idx); in Extract()