Searched refs:m_abbrevs (Results 1 – 2 of 2) sorted by relevance
36 : UserID(uid), m_dwarf(dwarf), m_header(header), m_abbrevs(&abbrevs), in DWARFUnit()400 return m_abbrevs; in GetAbbreviations()404 return m_abbrevs ? m_abbrevs->GetOffset() : DW_INVALID_OFFSET; in GetAbbrevOffset()
295 const DWARFAbbreviationDeclarationSet *m_abbrevs = nullptr; variable