Lines Matching refs:isFormClass
215 bool DWARFFormValue::isFormClass(DWARFFormValue::FormClass FC) const { in isFormClass() function in DWARFFormValue
628 if (!isFormClass(FC_String)) in getAsCString()
676 if (!isFormClass(FC_Address)) in getAsSectionedAddress()
701 if (!isFormClass(FC_Reference)) in getAsRelativeReference()
722 if (!isFormClass(FC_SectionOffset)) in getAsSectionOffset()
728 if ((!isFormClass(FC_Constant) && !isFormClass(FC_Flag)) || in getAsUnsignedConstant()
735 if ((!isFormClass(FC_Constant) && !isFormClass(FC_Flag)) || in getAsSignedConstant()
754 if (!isFormClass(FC_Block) && !isFormClass(FC_Exprloc) && in getAsBlock()
761 if (!isFormClass(FC_String) && Form == DW_FORM_string) in getAsCStringOffset()
767 if (!isFormClass(FC_Reference)) in getAsReferenceUVal()
774 if (U == nullptr || !isFormClass(FC_Constant)) in getAsFile()