Searched refs:GetParentDeclContextDIE (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.h68 GetParentDeclContextDIE() const;
H A DDWARFDebugInfoEntry.cpp717 DWARFDIE parent_decl_ctx_die = die->GetParentDeclContextDIE(cu);
733 DWARFDebugInfoEntry::GetParentDeclContextDIE(DWARFUnit *cu) const { function in class:DWARFDebugInfoEntry
736 return GetParentDeclContextDIE(cu, attributes);
740 DWARFDebugInfoEntry::GetParentDeclContextDIE( function in class:DWARFDebugInfoEntry
765 DWARFDIE decl_ctx_die = spec_die.GetParentDeclContextDIE();
772 DWARFDIE decl_ctx_die = abs_die.GetParentDeclContextDIE();
797 DWARFDIE parent_decl_ctx_die = GetParentDeclContextDIE(cu);
811 parent_decl_ctx_die = parent_decl_ctx_die.GetParentDeclContextDIE();
823 parent_decl_ctx_die = parent_decl_ctx_die.GetParentDeclContextDIE();
H A DDWARFDebugInfoEntry.h153 DWARFDIE GetParentDeclContextDIE(DWARFUnit *cu) const;
154 DWARFDIE GetParentDeclContextDIE(DWARFUnit *cu,
H A DDWARFDIE.cpp366 DWARFDIE parent = GetParentDeclContextDIE();
369 parent = parent.GetParentDeclContextDIE();
419 DWARFDIE::GetParentDeclContextDIE() const { function in class:DWARFDIE
421 return m_die->GetParentDeclContextDIE(m_cu);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp85 static DWARFDie GetParentDeclContextDIE(DWARFDie &Die) { function
88 if (DWARFDie SpecParent = GetParentDeclContextDIE(SpecDie))
93 if (DWARFDie AbstParent = GetParentDeclContextDIE(AbstDie))
115 return GetParentDeclContextDIE(ParentDie);
162 DWARFDie ParentDeclCtxDie = GetParentDeclContextDIE(Die);
177 ParentDeclCtxDie = GetParentDeclContextDIE(ParentDeclCtxDie);

Completed in 311 milliseconds