Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/addr2line/
H A Daddr2line.c222 Dwarf_Die ret_die, abst_die, spec_die; in collect_func() local
235 abst_die = spec_die = NULL; in collect_func()
307 dwarf_offdie(dbg, ref, &spec_die, &de) == DW_DLV_OK && in collect_func()
308 dwarf_attrval_string(spec_die, DW_AT_name, &funcname, in collect_func()
364 if (spec_die != NULL) in collect_func()
365 dwarf_dealloc(dbg, spec_die, DW_DLA_DIE); in collect_func()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp333 DWARFDIE spec_die = form_value.Reference(); in GetAttributes() local
334 if (spec_die) in GetAttributes()
335 spec_die.GetDIE()->GetAttributes(spec_die.GetCU(), attributes, in GetAttributes()
H A DDWARFDIE.cpp544 if (DWARFDIE spec_die = die.GetReferencedDIE(DW_AT_specification)) { in GetParentDeclContextDIEImpl() local
545 if (DWARFDIE decl_ctx_die = spec_die.GetParentDeclContextDIE()) in GetParentDeclContextDIEImpl()
H A DDWARFASTParserClang.cpp1085 DWARFDIE spec_die = attrs.specification.Reference(); in ParseCXXMethod() local
1087 GetClangDeclContextForDIE(spec_die); in ParseCXXMethod()
1094 die.GetID(), spec_die.GetOffset()); in ParseCXXMethod()
3270 if (DWARFDIE spec_die = die.GetReferencedDIE(DW_AT_specification)) { in GetClangDeclForDIE() local
3271 clang::Decl *decl = GetClangDeclForDIE(spec_die); in GetClangDeclForDIE()
H A DSymbolFileDWARF.cpp2965 DWARFDIE spec_die = die.GetReferencedDIE(DW_AT_specification); in GetDeclContextDIEContainingDIE() local
2966 if (spec_die) { in GetDeclContextDIEContainingDIE()
2967 DWARFDIE decl_ctx_die = GetDeclContextDIEContainingDIE(spec_die); in GetDeclContextDIEContainingDIE()
3360 if (DWARFDIE spec_die = die.GetReferencedDIE(DW_AT_specification)) in ParseVariableDIECached() local
3361 die_to_variable[spec_die.GetDIE()] = var_sp; in ParseVariableDIECached()