Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFUnit.cpp36 : 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()
DDWARFUnit.h295 const DWARFAbbreviationDeclarationSet *m_abbrevs = nullptr; variable