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.cpp89 static DWARFDie GetParentDeclContextDIE(DWARFDie &Die) { in GetParentDeclContextDIE() function
92 if (DWARFDie SpecParent = GetParentDeclContextDIE(SpecDie)) in GetParentDeclContextDIE()
97 if (DWARFDie AbstParent = GetParentDeclContextDIE(AbstDie)) in GetParentDeclContextDIE()
119 return GetParentDeclContextDIE(ParentDie); in GetParentDeclContextDIE()
165 DWARFDie ParentDeclCtxDie = GetParentDeclContextDIE(Die); in getQualifiedNameIndex()
180 ParentDeclCtxDie = GetParentDeclContextDIE(ParentDeclCtxDie); in getQualifiedNameIndex()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.cpp511 DWARFDIE parent_decl_ctx_die = die.GetParentDeclContextDIE(); in GetDWARFDeclContextImpl()
545 if (DWARFDIE decl_ctx_die = spec_die.GetParentDeclContextDIE()) in GetParentDeclContextDIEImpl()
550 if (DWARFDIE decl_ctx_die = abs_die.GetParentDeclContextDIE()) in GetParentDeclContextDIEImpl()
560 DWARFDIE::GetParentDeclContextDIE() const { in GetParentDeclContextDIE() function in DWARFDIE
H A DDWARFDIE.h70 GetParentDeclContextDIE() const;
H A DDWARFASTParserClang.cpp1595 DWARFDIE parent_decl_ctx_die = die.GetParentDeclContextDIE(); in GetUniqueTypeNameAndDeclaration()
1610 parent_decl_ctx_die = parent_decl_ctx_die.GetParentDeclContextDIE(); in GetUniqueTypeNameAndDeclaration()
1623 parent_decl_ctx_die = parent_decl_ctx_die.GetParentDeclContextDIE(); in GetUniqueTypeNameAndDeclaration()
H A DSymbolFileDWARF.cpp3119 ctx_die = ctx_die.GetParentDeclContextDIE()) { in FindDefinitionDIE()
3140 ctx_die = ctx_die.GetParentDeclContextDIE(), ++pos) { in FindDefinitionDIE()