Lines Matching refs:abbrevDecl

139         const DWARFAbbreviationDeclaration *abbrevDecl = cu->GetAbbreviations()->GetAbbreviationDeclaration(m_abbr_idx);
141 if (abbrevDecl == NULL)
150 m_tag = abbrevDecl->Tag();
151 m_has_children = abbrevDecl->HasChildren();
153 const uint32_t numAttributes = abbrevDecl->NumAttributes();
158 form = abbrevDecl->GetFormByIndexUnchecked(i);
300 const DWARFAbbreviationDeclaration *abbrevDecl = cu->GetAbbreviations()->GetAbbreviationDeclaration(abbr_idx);
302 if (abbrevDecl)
304 m_tag = abbrevDecl->Tag();
305 m_has_children = abbrevDecl->HasChildren();
312 const uint32_t numAttributes = abbrevDecl->NumAttributes();
318 abbrevDecl->GetAttrAndFormByIndexUnchecked(i, attr, form);
764 const DWARFAbbreviationDeclaration* abbrevDecl = GetAbbreviationDeclarationPtr(dwarf2Data, cu, offset);
766 if (abbrevDecl)
773 const uint32_t numAttributes = abbrevDecl->NumAttributes();
781 abbrevDecl->GetAttrAndFormByIndexUnchecked(i, attr, form);
977 const DWARFAbbreviationDeclaration* abbrevDecl = cu->GetAbbreviations()->GetAbbreviationDeclaration (abbrCode);
979 if (abbrevDecl)
981 s.PutCString(DW_TAG_value_to_name(abbrevDecl->Tag()));
982 s.Printf( " [%u] %c\n", abbrCode, abbrevDecl->HasChildren() ? '*':' ');
985 const uint32_t numAttributes = abbrevDecl->NumAttributes();
991 abbrevDecl->GetAttrAndFormByIndexUnchecked(i, attr, form);
1220 const DWARFAbbreviationDeclaration* abbrevDecl = GetAbbreviationDeclarationPtr(dwarf2Data, cu, offset);
1222 if (abbrevDecl)
1229 const uint32_t num_attributes = abbrevDecl->NumAttributes();
1236 abbrevDecl->GetAttrAndFormByIndexUnchecked (i, attr, form);
1317 const DWARFAbbreviationDeclaration* abbrevDecl = GetAbbreviationDeclarationPtr(dwarf2Data, cu, offset);
1319 if (abbrevDecl)
1321 uint32_t attr_idx = abbrevDecl->FindAttributeIndex(attr);
1329 DWARFFormValue::SkipValue(abbrevDecl->GetFormByIndex(idx++), debug_info_data, &offset, cu);
1332 form_value.SetForm(abbrevDecl->GetFormByIndex(idx));
1728 const DWARFAbbreviationDeclaration* abbrevDecl = die.GetAbbreviationDeclarationPtr(dwarf2Data, cu, offset);
1730 if (abbrevDecl == NULL)
1733 switch (abbrevDecl->Tag())
1769 switch (abbrevDecl->Tag())