Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/DebugInfo/DWARF/
HDDWARFFormValue.cpp111 bool DWARFFormValue::isFormClass(DWARFFormValue::FormClass FC) const { in isFormClass() function in DWARFFormValue
500 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()
/NextBSD/contrib/llvm/include/llvm/DebugInfo/DWARF/
HDDWARFFormValue.h57 bool isFormClass(FormClass FC) const;