Lines Matching refs:abbrevs
107 DWARFCompileUnit::Extract(lldb::offset_t offset, const DataExtractor& debug_info_data, const DWARFAbbreviationDeclarationSet* abbrevs)117 bool abbrevs_OK = debug_info_data.GetU32(&offset) == abbrevs->GetOffset();118 m_abbrevs = abbrevs;