Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp622 const llvm::DWARFAbbreviationDeclarationSet *abbrev_set = in GetAbbreviationDeclarationPtr() local
624 if (!abbrev_set) in GetAbbreviationDeclarationPtr()
627 return abbrev_set->getAbbreviationDeclaration(m_abbr_idx); in GetAbbreviationDeclarationPtr()