Searched defs:spec_die (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ | ||
H A D | DWARFDebugInfoEntry.cpp | 335 spec_die.GetDIE()->GetAttributes(spec_die.GetCU(), attributes, in GetAttributes() local |
H A D | DWARFASTParserClang.cpp | 1110 DWARFDIE spec_die = attrs.specification.Reference(); ParseSubroutine() local |
H A D | SymbolFileDWARF.cpp | 2901 DWARFDIE spec_die = die.GetReferencedDIE(DW_AT_specification); GetDeclContextDIEContainingDIE() local |
/freebsd-src/contrib/elftoolchain/addr2line/ | ||
H A D | addr2line.c | 222 Dwarf_Die ret_die, abst_die, spec_die; in collect_func() local |