Home
last modified time | relevance | path

Searched refs:isFormClass (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp179 bool DWARFFormValue::isFormClass(DWARFFormValue::FormClass FC) const { in isFormClass() function in DWARFFormValue
553 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()
H A DDWARFDie.cpp84 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()
H A DDWARFAcceleratorTable.cpp103 if ((!FormValue.isFormClass(DWARFFormValue::FC_Constant) && in validateForms()
104 !FormValue.isFormClass(DWARFFormValue::FC_Flag)) || in validateForms()
H A DDWARFVerifier.cpp1143 if (!DWARFFormValue(AttrEnc.Form).isFormClass(Iter->Class)) { in verifyNameIndexAttribute()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h74 bool isFormClass(FormClass FC) const;