Searched refs:encoding_form (Results 1 – 2 of 2) sorted by relevance
1474 DWARFFormValue encoding_form; in ParseInheritance() local1486 encoding_form = form_value; in ParseInheritance()1509 Type *base_class_type = die.ResolveTypeUID(encoding_form.Reference()); in ParseInheritance()1517 encoding_form.Reference().GetOffset(), in ParseInheritance()2582 encoding_form = form_value; in MemberAttributes()2719 Type *member_type = die.ResolveTypeUID(attrs.encoding_form.Reference()); in ParseObjCProperty()2725 attrs.encoding_form.Reference().GetOffset()); in ParseObjCProperty()2799 Type *var_type = die.ResolveTypeUID(attrs.encoding_form.Reference()); in CreateStaticMemberVariable()2868 Type *member_type = die.ResolveTypeUID(attrs.encoding_form.Reference()); in ParseSingleMember()2874 die.GetID(), attrs.name, attrs.encoding_form.Reference().GetOffset()); in ParseSingleMember()[all …]
297 lldb_private::plugin::dwarf::DWARFFormValue encoding_form; member