Home
last modified time | relevance | path

Searched refs:abs_die (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp676 DWARFDIE abs_die = attributes.FormValueAsReference(DW_AT_abstract_origin); in GetParentDeclContextDIE() local
677 if (abs_die) { in GetParentDeclContextDIE()
678 DWARFDIE decl_ctx_die = abs_die.GetParentDeclContextDIE(); in GetParentDeclContextDIE()
H A DSymbolFileDWARF.cpp2890 DWARFDIE abs_die = die.GetReferencedDIE(DW_AT_abstract_origin); in GetDeclContextDIEContainingDIE() local
2891 if (abs_die) { in GetDeclContextDIEContainingDIE()
2892 return abs_die; in GetDeclContextDIEContainingDIE()
2908 DWARFDIE abs_die = die.GetReferencedDIE(DW_AT_abstract_origin); in GetDeclContextDIEContainingDIE() local
2909 if (abs_die) { in GetDeclContextDIEContainingDIE()
2910 DWARFDIE decl_ctx_die = GetDeclContextDIEContainingDIE(abs_die); in GetDeclContextDIEContainingDIE()
3857 DWARFDIE abs_die = block_die.GetReferencedDIE(DW_AT_abstract_origin); in MergeBlockAbstractParameters() local
3858 if (!abs_die || abs_die.Tag() != DW_TAG_subprogram || in MergeBlockAbstractParameters()
3859 !abs_die.HasChildren()) { in MergeBlockAbstractParameters()
3866 DWARFDIE abstract_child = abs_die.GetFirstChild(); in MergeBlockAbstractParameters()
H A DDWARFASTParserClang.cpp1129 DWARFDIE abs_die = attrs.abstract_origin.Reference(); in ParseSubroutine() local
1131 GetClangDeclContextForDIE(abs_die); in ParseSubroutine()
1138 die.GetID(), abs_die.GetOffset()); in ParseSubroutine()
1244 DWARFDIE abs_die = attrs.abstract_origin.Reference(); in ParseSubroutine() local
1246 if (dwarf->ResolveType(abs_die)) { in ParseSubroutine()
1248 GetCachedClangDeclContextForDIE(abs_die)); in ParseSubroutine()