Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1386 DWARFFormValue encoding_form; in ParseInheritance() local
1398 encoding_form = form_value; in ParseInheritance()
1437 Type *base_class_type = die.ResolveTypeUID(encoding_form.Reference()); in ParseInheritance()
1445 encoding_form.Reference().GetOffset(), in ParseInheritance()
2468 DWARFFormValue encoding_form; member
2503 encoding_form = form_value; in MemberAttributes()
2650 Type *member_type = die.ResolveTypeUID(attrs.encoding_form.Reference()); in ParseObjCProperty()
2656 attrs.encoding_form.Reference().GetOffset()); in ParseObjCProperty()
2756 Type *var_type = die.ResolveTypeUID(attrs.encoding_form.Reference()); in ParseSingleMember()
2788 Type *member_type = die.ResolveTypeUID(attrs.encoding_form.Reference()); in ParseSingleMember()
[all …]