Searched refs:spec_die (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/elftoolchain/addr2line/ |
H A D | addr2line.c | 222 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 D | DWARFDebugInfoEntry.cpp | 333 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 D | DWARFDIE.cpp | 544 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 D | DWARFASTParserClang.cpp | 1085 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 D | SymbolFileDWARF.cpp | 2965 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()
|