Searched refs:isFormClass (Results 1 – 7 of 7) sorted by relevance
214 bool DWARFFormValue::isFormClass(DWARFFormValue::FormClass FC) const { in isFormClass() function in DWARFFormValue629 if (!isFormClass(FC_String)) in getAsCString()677 if (!isFormClass(FC_Address)) in getAsSectionedAddress()704 if (!isFormClass(FC_Reference)) in getAsRelativeReference()725 if (!isFormClass(FC_SectionOffset)) in getAsSectionOffset()731 if ((!isFormClass(FC_Constant) && !isFormClass(FC_Flag)) || in getAsUnsignedConstant()738 if ((!isFormClass(FC_Constant) && !isFormClass(FC_Flag)) || in getAsSignedConstant()757 if (!isFormClass(FC_Block) && !isFormClass(FC_Exprloc) && in getAsBlock()764 if (!isFormClass(FC_String) && Form == DW_FORM_string) in getAsCStringOffset()770 if (!isFormClass(FC_Reference)) in getAsReferenceUVal()[all …]
74 assert(FormValue.isFormClass(DWARFFormValue::FC_SectionOffset) && in dumpLocationList()94 assert((FormValue.isFormClass(DWARFFormValue::FC_Block) || in dumpLocationExpr()95 FormValue.isFormClass(DWARFFormValue::FC_Exprloc)) && in dumpLocationExpr()176 FormValue.isFormClass(DWARFFormValue::FC_SectionOffset)) in dumpAttribute()179 else if (FormValue.isFormClass(DWARFFormValue::FC_Exprloc) || in dumpAttribute()181 FormValue.isFormClass(DWARFFormValue::FC_Block))) in dumpAttribute()
101 if ((!FormValue.isFormClass(DWARFFormValue::FC_Constant) && in validateForms()102 !FormValue.isFormClass(DWARFFormValue::FC_Flag)) || in validateForms()
1282 if (!DWARFFormValue(AttrEnc.Form).isFormClass(Iter->Class)) { in verifyNameIndexAttribute()
261 return FormValue.isFormClass(DWARFFormValue::FC_Flag); in processOneAttribute()317 if (FormValue.isFormClass(DWARFFormValue::FC_Block)) { in processOneAttribute()322 } else if (FormValue.isFormClass(DWARFFormValue::FC_Constant)) { in processOneAttribute()994 if (FormValue.isFormClass(DWARFFormValue::FC_Block) || in processLocationList()996 FormValue.isFormClass(DWARFFormValue::FC_Exprloc))) { in processLocationList()1012 FormValue.isFormClass(DWARFFormValue::FC_SectionOffset)) { in processLocationList()1066 if (FormValue.isFormClass(DWARFFormValue::FC_Constant)) in processLocationMember()
80 bool isFormClass(FormClass FC) const;
72 assert(RefValue.isFormClass(DWARFFormValue::FC_Reference)); in resolveDIEReference()661 if (!Val.isFormClass(DWARFFormValue::FC_Reference) || in lookForRefDIEsToKeep()1127 (Val.isFormClass(DWARFFormValue::FC_Block) || in cloneBlockAttribute()1128 Val.isFormClass(DWARFFormValue::FC_Exprloc))) { in cloneBlockAttribute()1445 !DWARFFormValue(AttrSpec.Form).isFormClass(DWARFFormValue::FC_Block); in shouldSkipAttribute()2058 if (!Ref->isFormClass(DWARFFormValue::FC_Reference)) in hashFullyQualifiedName()