Searched refs:encoding_form (Results 1 – 2 of 2) sorted by relevance
1440 DWARFFormValue encoding_form; in ParseInheritance() local1452 encoding_form = form_value; in ParseInheritance()1475 Type *base_class_type = die.ResolveTypeUID(encoding_form.Reference()); in ParseInheritance()1483 encoding_form.Reference().GetOffset(), in ParseInheritance()2652 encoding_form = form_value; in MemberAttributes()2789 Type *member_type = die.ResolveTypeUID(attrs.encoding_form.Reference()); in ParseObjCProperty()2795 attrs.encoding_form.Reference().GetOffset()); in ParseObjCProperty()2869 Type *var_type = die.ResolveTypeUID(attrs.encoding_form.Reference()); in CreateStaticMemberVariable()2938 Type *member_type = die.ResolveTypeUID(attrs.encoding_form.Reference()); in ParseSingleMember()2949 attrs.encoding_form.Reference().GetOffset()); in ParseSingleMember()[all …]
291 lldb_private::plugin::dwarf::DWARFFormValue encoding_form; member