Home
last modified time | relevance | path

Searched refs:abbrevs (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFTypeUnit.h36 const llvm::DWARFAbbreviationDeclarationSet &abbrevs, in DWARFTypeUnit() argument
38 : DWARFUnit(dwarf, uid, header, abbrevs, section, is_dwo) {} in DWARFTypeUnit()
H A DDWARFCompileUnit.h36 const llvm::DWARFAbbreviationDeclarationSet &abbrevs, in DWARFCompileUnit() argument
38 : DWARFUnit(dwarf, uid, header, abbrevs, section, is_dwo) {} in DWARFCompileUnit()
H A DDWARFUnit.cpp37 const llvm::DWARFAbbreviationDeclarationSet &abbrevs, in DWARFUnit() argument
39 : UserID(uid), m_dwarf(dwarf), m_header(header), m_abbrevs(&abbrevs), in DWARFUnit()
983 const llvm::DWARFAbbreviationDeclarationSet *abbrevs = *abbrevs_or_err; in extract() local
984 if (!abbrevs) in extract()
991 new DWARFTypeUnit(dwarf, uid, header, *abbrevs, section, is_dwo)); in extract()
993 new DWARFCompileUnit(dwarf, uid, header, *abbrevs, section, is_dwo)); in extract()
H A DDWARFUnit.h276 const llvm::DWARFAbbreviationDeclarationSet &abbrevs,