Home
last modified time | relevance | path

Searched defs:spec_die (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp335 spec_die.GetDIE()->GetAttributes(spec_die.GetCU(), attributes, in GetAttributes() local
669 DWARFDIE spec_die = attributes.FormValueAsReference(DW_AT_specification); GetParentDeclContextDIE() local
H A DDWARFASTParserClang.cpp1110 DWARFDIE spec_die = attrs.specification.Reference(); ParseSubroutine() local
3340 if (DWARFDIE spec_die = die.GetReferencedDIE(DW_AT_specification)) { GetClangDeclForDIE() local
H A DSymbolFileDWARF.cpp2901 DWARFDIE spec_die = die.GetReferencedDIE(DW_AT_specification); GetDeclContextDIEContainingDIE() local
3381 if (DWARFDIE spec_die = die.GetReferencedDIE(DW_AT_specification)) ParseVariableDIECached() local
/freebsd-src/contrib/elftoolchain/addr2line/
H A Daddr2line.c222 Dwarf_Die ret_die, abst_die, spec_die; in collect_func() local