Home
last modified time | relevance | path

Searched refs:decl_ctx_die (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFDIE.cpp545 if (DWARFDIE decl_ctx_die = spec_die.GetParentDeclContextDIE()) in GetParentDeclContextDIEImpl() local
546 return decl_ctx_die; in GetParentDeclContextDIEImpl()
550 if (DWARFDIE decl_ctx_die = abs_die.GetParentDeclContextDIE()) in GetParentDeclContextDIEImpl() local
551 return decl_ctx_die; in GetParentDeclContextDIEImpl()
HDDWARFASTParserClang.cpp1043 const ParsedDWARFTypeAttributes &attrs, const DWARFDIE &decl_ctx_die, in ParseCXXMethod() argument
1049 Type *class_type = dwarf->ResolveType(decl_ctx_die); in ParseCXXMethod()
1053 if (class_type->GetID() != decl_ctx_die.GetID() || in ParseCXXMethod()
1054 IsClangModuleFwdDecl(decl_ctx_die)) { in ParseCXXMethod()
1062 CopyUniqueClassMethodTypes(decl_ctx_die, class_type_die, class_type, in ParseCXXMethod()
1205 DWARFDIE decl_ctx_die; in ParseSubroutine() local
1207 GetClangDeclContextContainingDIE(die, &decl_ctx_die); in ParseSubroutine()
1263 ParseCXXMethod(die, clang_type, attrs, decl_ctx_die, is_static, in ParseSubroutine()
3574 DWARFDIE decl_ctx_die = dwarf->GetDeclContextDIEContainingDIE(die); in GetClangDeclContextContainingDIE() local
3577 *decl_ctx_die_copy = decl_ctx_die; in GetClangDeclContextContainingDIE()
[all …]
HDDWARFASTParserClang.h217 lldb_private::plugin::dwarf::DWARFDIE *decl_ctx_die);
426 const lldb_private::plugin::dwarf::DWARFDIE &decl_ctx_die,
HDSymbolFileDWARF.cpp1572 DWARFDIE decl_ctx_die = GetDeclContextDIEContainingDIE(die); in ResolveTypeUID() local
1573 if (decl_ctx_die) { in ResolveTypeUID()
1575 switch (decl_ctx_die.Tag()) { in ResolveTypeUID()
1586 die.GetName(), decl_ctx_die.GetOffset()); in ResolveTypeUID()
2967 DWARFDIE decl_ctx_die = GetDeclContextDIEContainingDIE(spec_die); in GetDeclContextDIEContainingDIE() local
2968 if (decl_ctx_die) in GetDeclContextDIEContainingDIE()
2969 return decl_ctx_die; in GetDeclContextDIEContainingDIE()
2974 DWARFDIE decl_ctx_die = GetDeclContextDIEContainingDIE(abs_die); in GetDeclContextDIEContainingDIE() local
2975 if (decl_ctx_die) in GetDeclContextDIEContainingDIE()
2976 return decl_ctx_die; in GetDeclContextDIEContainingDIE()