Home | History | Annotate | Download | only in DWARF

Lines Matching refs:is_complete_objc_class

5879                     bool is_complete_objc_class = false;
5936 is_complete_objc_class = form_value.Signed();
6019 if (!is_complete_objc_class && Supports_DW_AT_APPLE_objc_complete_type(dwarf_cu))
6024 // definition (we checked is_complete_objc_class above and
6181 type_sp->SetIsCompleteObjCClass(is_complete_objc_class);