Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp39 : UserID(uid), m_dwarf(dwarf), m_header(header), m_abbrevs(&abbrevs), in DWARFUnit()
447 return m_abbrevs; in GetAbbreviations()
451 return m_abbrevs ? m_abbrevs->getOffset() : DW_INVALID_OFFSET; in GetAbbrevOffset()
H A DDWARFUnit.h308 const llvm::DWARFAbbreviationDeclarationSet *m_abbrevs = nullptr; variable