Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp69 const auto *abbrevDecl = GetAbbreviationDeclarationPtr(&unit); in Extract()
119 if (const auto *abbrevDecl = GetAbbreviationDeclarationPtr(cu)) { in GetDIENamesAndRanges()
303 entry->GetAbbreviationDeclarationPtr(current.GetCU()); in GetAttributes()
391 if (const auto *abbrevDecl = GetAbbreviationDeclarationPtr(cu)) { in GetAttributeValue()
644 DWARFDebugInfoEntry::GetAbbreviationDeclarationPtr(const DWARFUnit *cu) const { in GetAbbreviationDeclarationPtr() function in DWARFDebugInfoEntry
H A DDWARFDebugInfoEntry.h134 GetAbbreviationDeclarationPtr(const DWARFUnit *cu) const;