Home
last modified time | relevance | path

Searched refs:m_abbrevs (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFCompileUnit.h52 const DWARFAbbreviationDeclarationSet* GetAbbreviations() const { return m_abbrevs; } in GetAbbreviations()
190 const DWARFAbbreviationDeclarationSet *m_abbrevs; variable
DDWARFCompileUnit.cpp40 m_abbrevs (NULL), in DWARFCompileUnit()
62 m_abbrevs = NULL; in Clear()
94 m_abbrevs = abbr->GetAbbreviationDeclarationSet(abbr_offset); in Extract()
118 m_abbrevs = abbrevs; in Extract()
307 return m_abbrevs ? m_abbrevs->GetOffset() : DW_INVALID_OFFSET; in GetAbbrevOffset()