Searched refs:abbrevDecl (Results 1 – 3 of 3) sorted by relevance
139 …const DWARFAbbreviationDeclaration *abbrevDecl = cu->GetAbbreviations()->GetAbbreviationDeclaratio… in FastExtract() local141 if (abbrevDecl == NULL) in FastExtract()150 m_tag = abbrevDecl->Tag(); in FastExtract()151 m_has_children = abbrevDecl->HasChildren(); in FastExtract()153 const uint32_t numAttributes = abbrevDecl->NumAttributes(); in FastExtract()158 form = abbrevDecl->GetFormByIndexUnchecked(i); in FastExtract()300 …const DWARFAbbreviationDeclaration *abbrevDecl = cu->GetAbbreviations()->GetAbbreviationDeclaratio… in Extract() local302 if (abbrevDecl) in Extract()304 m_tag = abbrevDecl->Tag(); in Extract()305 m_has_children = abbrevDecl->HasChildren(); in Extract()[all …]
98 …reviationDeclarationSet::AppendAbbrevDeclSequential(const DWARFAbbreviationDeclaration& abbrevDecl) in AppendAbbrevDeclSequential() argument104 m_decls.push_back(abbrevDecl); in AppendAbbrevDeclSequential()
48 dw_uleb128_t AppendAbbrevDeclSequential(const DWARFAbbreviationDeclaration& abbrevDecl);