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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.h68 GetParentDeclContextDIE() const;
H A DDWARFDebugInfoEntry.h168 DWARFDIE GetParentDeclContextDIE(DWARFUnit *cu) const;
169 DWARFDIE GetParentDeclContextDIE(DWARFUnit *cu,
H A DDWARFDIE.cpp327 DWARFDIE parent = GetParentDeclContextDIE();
330 parent = parent.GetParentDeclContextDIE();
389 DWARFDIE::GetParentDeclContextDIE() const { function in class:DWARFDIE
391 return m_die->GetParentDeclContextDIE(m_cu);
H A DDWARFDebugInfoEntry.cpp876 DWARFDIE parent_decl_ctx_die = GetParentDeclContextDIE(cu);
887 DWARFDebugInfoEntry::GetParentDeclContextDIE(DWARFUnit *cu) const { function in class:DWARFDebugInfoEntry
890 return GetParentDeclContextDIE(cu, attributes);
894 DWARFDebugInfoEntry::GetParentDeclContextDIE( function in class:DWARFDebugInfoEntry
919 DWARFDIE decl_ctx_die = spec_die.GetParentDeclContextDIE();
926 DWARFDIE decl_ctx_die = abs_die.GetParentDeclContextDIE();
951 DWARFDIE parent_decl_ctx_die = GetParentDeclContextDIE(cu);
965 parent_decl_ctx_die = parent_decl_ctx_die.GetParentDeclContextDIE();
977 parent_decl_ctx_die = parent_decl_ctx_die.GetParentDeclContextDIE();

Completed in 181 milliseconds