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

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.h162 DWARFDIE GetParentDeclContextDIE(DWARFUnit *cu) const;
163 DWARFDIE GetParentDeclContextDIE(DWARFUnit *cu,
H A DDWARFDIE.h70 GetParentDeclContextDIE() const;
H A DDWARFDebugInfoEntry.cpp624 DWARFDIE parent_decl_ctx_die = die->GetParentDeclContextDIE(cu);
640 DWARFDebugInfoEntry::GetParentDeclContextDIE(DWARFUnit *cu) const { function in class:DWARFDebugInfoEntry
642 return GetParentDeclContextDIE(cu, attributes);
646 DWARFDebugInfoEntry::GetParentDeclContextDIE( function in class:DWARFDebugInfoEntry
671 DWARFDIE decl_ctx_die = spec_die.GetParentDeclContextDIE();
678 DWARFDIE decl_ctx_die = abs_die.GetParentDeclContextDIE();
H A DDWARFDIE.cpp367 DWARFDIE parent = GetParentDeclContextDIE();
370 parent = parent.GetParentDeclContextDIE();
482 DWARFDIE::GetParentDeclContextDIE() const { function in class:DWARFDIE
484 return m_die->GetParentDeclContextDIE(m_cu);
H A DDWARFASTParserClang.cpp1560 DWARFDIE parent_decl_ctx_die = die.GetParentDeclContextDIE();
1575 parent_decl_ctx_die = parent_decl_ctx_die.GetParentDeclContextDIE();
1588 parent_decl_ctx_die = parent_decl_ctx_die.GetParentDeclContextDIE();
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp87 static DWARFDie GetParentDeclContextDIE(DWARFDie &Die) { function
90 if (DWARFDie SpecParent = GetParentDeclContextDIE(SpecDie))
95 if (DWARFDie AbstParent = GetParentDeclContextDIE(AbstDie))
117 return GetParentDeclContextDIE(ParentDie);
163 DWARFDie ParentDeclCtxDie = GetParentDeclContextDIE(Die);
178 ParentDeclCtxDie = GetParentDeclContextDIE(ParentDeclCtxDie);

Completed in 83 milliseconds