Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugInfoEntry.cpp717 DWARFDIE parent_decl_ctx_die = die->GetParentDeclContextDIE(cu); in GetDWARFDeclContextStatic()
733 DWARFDebugInfoEntry::GetParentDeclContextDIE(DWARFUnit *cu) const { in GetParentDeclContextDIE() function in DWARFDebugInfoEntry
736 return GetParentDeclContextDIE(cu, attributes); in GetParentDeclContextDIE()
740 DWARFDebugInfoEntry::GetParentDeclContextDIE( in GetParentDeclContextDIE() function in DWARFDebugInfoEntry
765 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()
DDWARFDIE.cpp366 DWARFDIE parent = GetParentDeclContextDIE(); in GetDeclContextDIEs()
369 parent = parent.GetParentDeclContextDIE(); in GetDeclContextDIEs()
419 DWARFDIE::GetParentDeclContextDIE() const { in GetParentDeclContextDIE() function in DWARFDIE
421 return m_die->GetParentDeclContextDIE(m_cu); in GetParentDeclContextDIE()
DDWARFDebugInfoEntry.h153 DWARFDIE GetParentDeclContextDIE(DWARFUnit *cu) const;
154 DWARFDIE GetParentDeclContextDIE(DWARFUnit *cu,
DDWARFDIE.h68 GetParentDeclContextDIE() const;
/external/llvm-project/llvm/lib/DebugInfo/GSYM/
DDwarfTransformer.cpp85 static DWARFDie GetParentDeclContextDIE(DWARFDie &Die) { in GetParentDeclContextDIE() function
88 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()