Searched refs:abs_die (Results 1 – 3 of 3) sorted by relevance
770 DWARFDIE abs_die = attributes.FormValueAsReference(DW_AT_abstract_origin); in GetParentDeclContextDIE() local771 if (abs_die) { in GetParentDeclContextDIE()772 DWARFDIE decl_ctx_die = abs_die.GetParentDeclContextDIE(); in GetParentDeclContextDIE()
1069 DWARFDIE abs_die = attrs.abstract_origin.Reference(); in ParseSubroutine() local1071 GetClangDeclContextForDIE(abs_die); in ParseSubroutine()1078 die.GetID(), abs_die.GetOffset()); in ParseSubroutine()1216 DWARFDIE abs_die = attrs.abstract_origin.Reference(); in ParseSubroutine() local1218 if (dwarf->ResolveType(abs_die)) { in ParseSubroutine()1220 GetCachedClangDeclContextForDIE(abs_die)); in ParseSubroutine()
2595 DWARFDIE abs_die = die.GetReferencedDIE(DW_AT_abstract_origin); in GetDeclContextDIEContainingDIE() local2596 if (abs_die) { in GetDeclContextDIEContainingDIE()2597 return abs_die; in GetDeclContextDIEContainingDIE()2613 DWARFDIE abs_die = die.GetReferencedDIE(DW_AT_abstract_origin); in GetDeclContextDIEContainingDIE() local2614 if (abs_die) { in GetDeclContextDIEContainingDIE()2615 DWARFDIE decl_ctx_die = GetDeclContextDIEContainingDIE(abs_die); in GetDeclContextDIEContainingDIE()