Searched refs:isFormClass (Results 1 – 5 of 5) sorted by relevance
179 bool DWARFFormValue::isFormClass(DWARFFormValue::FormClass FC) const { in isFormClass() function in DWARFFormValue553 if (!isFormClass(FC_String)) in getAsCString()595 if (!isFormClass(FC_Address)) in getAsSectionedAddress()610 if (!isFormClass(FC_Reference)) in getAsReference()631 if (!isFormClass(FC_SectionOffset)) in getAsSectionOffset()637 if ((!isFormClass(FC_Constant) && !isFormClass(FC_Flag)) || in getAsUnsignedConstant()644 if ((!isFormClass(FC_Constant) && !isFormClass(FC_Flag)) || in getAsSignedConstant()663 if (!isFormClass(FC_Block) && !isFormClass(FC_Exprloc) && in getAsBlock()670 if (!isFormClass(FC_String) && Form == DW_FORM_string) in getAsCStringOffset()676 if (!isFormClass(FC_Reference)) in getAsReferenceUVal()
84 if (FormValue.isFormClass(DWARFFormValue::FC_Block) || in dumpLocation()85 FormValue.isFormClass(DWARFFormValue::FC_Exprloc)) { in dumpLocation()95 if (FormValue.isFormClass(DWARFFormValue::FC_SectionOffset)) { in dumpLocation()
103 if ((!FormValue.isFormClass(DWARFFormValue::FC_Constant) && in validateForms()104 !FormValue.isFormClass(DWARFFormValue::FC_Flag)) || in validateForms()
1143 if (!DWARFFormValue(AttrEnc.Form).isFormClass(Iter->Class)) { in verifyNameIndexAttribute()
74 bool isFormClass(FormClass FC) const;