Lines Matching defs:isFormClass
111 bool DWARFFormValue::isFormClass(DWARFFormValue::FormClass FC) const {
506 if (!isFormClass(FC_String))
527 if (!isFormClass(FC_Address))
540 if (!isFormClass(FC_Reference))
560 if (!isFormClass(FC_SectionOffset))
566 if ((!isFormClass(FC_Constant) && !isFormClass(FC_Flag))
573 if ((!isFormClass(FC_Constant) && !isFormClass(FC_Flag)) ||
591 if (!isFormClass(FC_Block) && !isFormClass(FC_Exprloc))