Searched refs:isFormClass (Results 1 – 2 of 2) sorted by relevance
111 bool DWARFFormValue::isFormClass(DWARFFormValue::FormClass FC) const { in isFormClass() function in DWARFFormValue500 if (!isFormClass(FC_String)) in getAsCString()521 if (!isFormClass(FC_Address)) in getAsAddress()534 if (!isFormClass(FC_Reference)) in getAsReference()554 if (!isFormClass(FC_SectionOffset)) in getAsSectionOffset()560 if ((!isFormClass(FC_Constant) && !isFormClass(FC_Flag)) in getAsUnsignedConstant()567 if ((!isFormClass(FC_Constant) && !isFormClass(FC_Flag)) || in getAsSignedConstant()585 if (!isFormClass(FC_Block) && !isFormClass(FC_Exprloc)) in getAsBlock()
57 bool isFormClass(FormClass FC) const;