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

/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp139 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
[all...]
H A DDWARFDebugAbbrev.cpp98 DWARFAbbreviationDeclarationSet::AppendAbbrevDeclSequential(const DWARFAbbreviationDeclaration& abbrevDecl) argument
104 m_decls.push_back(abbrevDecl);
H A DDWARFDebugAbbrev.h48 dw_uleb128_t AppendAbbrevDeclSequential(const DWARFAbbreviationDeclaration& abbrevDecl);

Completed in 172 milliseconds