Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp86 static DWARFDie GetParentDeclContextDIE(DWARFDie &Die) { in GetParentDeclContextDIE() function
89 if (DWARFDie SpecParent = GetParentDeclContextDIE(SpecDie)) in GetParentDeclContextDIE()
94 if (DWARFDie AbstParent = GetParentDeclContextDIE(AbstDie)) in GetParentDeclContextDIE()
116 return GetParentDeclContextDIE(ParentDie); in GetParentDeclContextDIE()
162 DWARFDie ParentDeclCtxDie = GetParentDeclContextDIE(Die); in getQualifiedNameIndex()
177 ParentDeclCtxDie = GetParentDeclContextDIE(ParentDeclCtxDie); in getQualifiedNameIndex()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.cpp518 DWARFDIE parent_decl_ctx_die = die.GetParentDeclContextDIE(); in GetDWARFDeclContextImpl()
552 if (DWARFDIE decl_ctx_die = spec_die.GetParentDeclContextDIE()) in GetParentDeclContextDIEImpl()
557 if (DWARFDIE decl_ctx_die = abs_die.GetParentDeclContextDIE()) in GetParentDeclContextDIEImpl()
567 DWARFDIE::GetParentDeclContextDIE() const { in GetParentDeclContextDIE() function in DWARFDIE
H A DDWARFDIE.h71 GetParentDeclContextDIE() const;
H A DDWARFASTParserClang.cpp1673 DWARFDIE parent_decl_ctx_die = die.GetParentDeclContextDIE(); in GetUniqueTypeNameAndDeclaration()
1688 parent_decl_ctx_die = parent_decl_ctx_die.GetParentDeclContextDIE(); in GetUniqueTypeNameAndDeclaration()
1701 parent_decl_ctx_die = parent_decl_ctx_die.GetParentDeclContextDIE(); in GetUniqueTypeNameAndDeclaration()
H A DSymbolFileDWARF.cpp3007 ctx_die = ctx_die.GetParentDeclContextDIE()) { in FindDefinitionDIE()
3028 ctx_die = ctx_die.GetParentDeclContextDIE(), ++pos) { in FindDefinitionDIE()