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