Searched refs:encoding_form (Results 1 – 2 of 2) sorted by relevance
1552 DWARFFormValue encoding_form; in ParseInheritance() local1564 encoding_form = form_value; in ParseInheritance()1587 Type *base_class_type = die.ResolveTypeUID(encoding_form.Reference()); in ParseInheritance()1595 encoding_form.Reference().GetOffset(), in ParseInheritance()2688 encoding_form = form_value; in MemberAttributes()2825 Type *member_type = die.ResolveTypeUID(attrs.encoding_form.Reference()); in ParseObjCProperty()2831 attrs.encoding_form.Reference().GetOffset()); in ParseObjCProperty()2905 Type *var_type = die.ResolveTypeUID(attrs.encoding_form.Reference()); in CreateStaticMemberVariable()2974 Type *member_type = die.ResolveTypeUID(attrs.encoding_form.Reference()); in ParseSingleMember()2980 die.GetID(), attrs.name, attrs.encoding_form.Reference().GetOffset()); in ParseSingleMember()[all …]
340 lldb_private::plugin::dwarf::DWARFFormValue encoding_form; member