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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.h125 GetAbbreviationDeclarationPtr(const DWARFUnit *cu) const;
H A DDWARFDebugInfoEntry.cpp54 const auto *abbrevDecl = GetAbbreviationDeclarationPtr(cu);
236 const auto *abbrevDecl = GetAbbreviationDeclarationPtr(cu);
415 const auto *abbrevDecl = GetAbbreviationDeclarationPtr(cu);
544 const auto *abbrevDecl = GetAbbreviationDeclarationPtr(cu);
604 if (const auto *abbrevDecl = GetAbbreviationDeclarationPtr(cu)) {
1204 DWARFDebugInfoEntry::GetAbbreviationDeclarationPtr(const DWARFUnit *cu) const { function in class:DWARFDebugInfoEntry

Completed in 160 milliseconds