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.cpp70 const auto *abbrevDecl = GetAbbreviationDeclarationPtr(&unit); in Extract()
133 if (const auto *abbrevDecl = GetAbbreviationDeclarationPtr(cu)) { in GetDIENamesAndRanges()
298 const auto *abbrevDecl = GetAbbreviationDeclarationPtr(cu); in GetAttributes()
360 if (const auto *abbrevDecl = GetAbbreviationDeclarationPtr(cu)) { in GetAttributeValue()
618 DWARFDebugInfoEntry::GetAbbreviationDeclarationPtr(const DWARFUnit *cu) const { in GetAbbreviationDeclarationPtr() function in DWARFDebugInfoEntry
H A DDWARFDebugInfoEntry.h120 GetAbbreviationDeclarationPtr(const DWARFUnit *cu) const;