Searched refs:GetParentDeclContextDIE (Results 1 – 5 of 5) sorted by relevance
717 DWARFDIE parent_decl_ctx_die = die->GetParentDeclContextDIE(cu); in GetDWARFDeclContextStatic()733 DWARFDebugInfoEntry::GetParentDeclContextDIE(DWARFUnit *cu) const { in GetParentDeclContextDIE() function in DWARFDebugInfoEntry736 return GetParentDeclContextDIE(cu, attributes); in GetParentDeclContextDIE()740 DWARFDebugInfoEntry::GetParentDeclContextDIE( in GetParentDeclContextDIE() function in DWARFDebugInfoEntry765 DWARFDIE decl_ctx_die = spec_die.GetParentDeclContextDIE(); in GetParentDeclContextDIE()772 DWARFDIE decl_ctx_die = abs_die.GetParentDeclContextDIE(); in GetParentDeclContextDIE()797 DWARFDIE parent_decl_ctx_die = GetParentDeclContextDIE(cu); in GetQualifiedName()811 parent_decl_ctx_die = parent_decl_ctx_die.GetParentDeclContextDIE(); in GetQualifiedName()823 parent_decl_ctx_die = parent_decl_ctx_die.GetParentDeclContextDIE(); in GetQualifiedName()
366 DWARFDIE parent = GetParentDeclContextDIE(); in GetDeclContextDIEs()369 parent = parent.GetParentDeclContextDIE(); in GetDeclContextDIEs()419 DWARFDIE::GetParentDeclContextDIE() const { in GetParentDeclContextDIE() function in DWARFDIE421 return m_die->GetParentDeclContextDIE(m_cu); in GetParentDeclContextDIE()
153 DWARFDIE GetParentDeclContextDIE(DWARFUnit *cu) const;154 DWARFDIE GetParentDeclContextDIE(DWARFUnit *cu,
68 GetParentDeclContextDIE() const;
85 static DWARFDie GetParentDeclContextDIE(DWARFDie &Die) { in GetParentDeclContextDIE() function88 if (DWARFDie SpecParent = GetParentDeclContextDIE(SpecDie)) in GetParentDeclContextDIE()93 if (DWARFDie AbstParent = GetParentDeclContextDIE(AbstDie)) in GetParentDeclContextDIE()115 return GetParentDeclContextDIE(ParentDie); in GetParentDeclContextDIE()162 DWARFDie ParentDeclCtxDie = GetParentDeclContextDIE(Die); in getQualifiedNameIndex()177 ParentDeclCtxDie = GetParentDeclContextDIE(ParentDeclCtxDie); in getQualifiedNameIndex()