Searched refs:isFormClass (Results 1 – 5 of 5) sorted by relevance
206 bool DWARFFormValue::isFormClass(DWARFFormValue::FormClass FC) const { in isFormClass() function in DWARFFormValue591 if (!isFormClass(FC_String)) in getAsCString()635 if (!isFormClass(FC_Address)) in getAsSectionedAddress()656 if (!isFormClass(FC_Reference)) in getAsRelativeReference()677 if (!isFormClass(FC_SectionOffset)) in getAsSectionOffset()683 if ((!isFormClass(FC_Constant) && !isFormClass(FC_Flag)) || in getAsUnsignedConstant()690 if ((!isFormClass(FC_Constant) && !isFormClass(FC_Flag)) || in getAsSignedConstant()709 if (!isFormClass(FC_Block) && !isFormClass(FC_Exprloc) && in getAsBlock()716 if (!isFormClass(FC_String) && Form == DW_FORM_string) in getAsCStringOffset()722 if (!isFormClass(FC_Reference)) in getAsReferenceUVal()
77 if (FormValue.isFormClass(DWARFFormValue::FC_Block) || in dumpLocation()78 FormValue.isFormClass(DWARFFormValue::FC_Exprloc)) { in dumpLocation()87 if (FormValue.isFormClass(DWARFFormValue::FC_SectionOffset)) { in dumpLocation()
102 if ((!FormValue.isFormClass(DWARFFormValue::FC_Constant) && in validateForms()103 !FormValue.isFormClass(DWARFFormValue::FC_Flag)) || in validateForms()
1124 if (!DWARFFormValue(AttrEnc.Form).isFormClass(Iter->Class)) { in verifyNameIndexAttribute()
78 bool isFormClass(FormClass FC) const;