Lines Matching defs:isFormClass
216 bool DWARFFormValue::isFormClass(DWARFFormValue::FormClass FC) const {
592 if (!isFormClass(FC_String))
707 if (!isFormClass(FC_SectionOffset))
713 if ((!isFormClass(FC_Constant) && !isFormClass(FC_Flag)) ||
720 if ((!isFormClass(FC_Constant) && !isFormClass(FC_Flag)) ||
739 if (!isFormClass(FC_Block) && !isFormClass(FC_Exprloc) &&
746 if (!isFormClass(FC_String) && Form == DW_FORM_string)
752 if (!isFormClass(FC_Reference))
759 if (U == nullptr || !isFormClass(FC_Constant))