Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugInfoEntry.cpp139 …const DWARFAbbreviationDeclaration *abbrevDecl = cu->GetAbbreviations()->GetAbbreviationDeclaratio… in FastExtract() local
141 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() local
302 if (abbrevDecl) in Extract()
304 m_tag = abbrevDecl->Tag(); in Extract()
305 m_has_children = abbrevDecl->HasChildren(); in Extract()
[all …]
DDWARFDebugAbbrev.cpp98 …reviationDeclarationSet::AppendAbbrevDeclSequential(const DWARFAbbreviationDeclaration& abbrevDecl) in AppendAbbrevDeclSequential() argument
104 m_decls.push_back(abbrevDecl); in AppendAbbrevDeclSequential()
DDWARFDebugAbbrev.h48 dw_uleb128_t AppendAbbrevDeclSequential(const DWARFAbbreviationDeclaration& abbrevDecl);