Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/DebugInfo/
HDDWARFFormValue.cpp108 bool DWARFFormValue::isFormClass(DWARFFormValue::FormClass FC) const { in isFormClass() function in DWARFFormValue
487 if (!isFormClass(FC_String)) in getAsCString()
507 if (!isFormClass(FC_Address)) in getAsAddress()
520 if (!isFormClass(FC_Reference)) in getAsReference()
540 if (!isFormClass(FC_SectionOffset)) in getAsSectionOffset()
546 if (!isFormClass(FC_Constant) || Form == DW_FORM_sdata) in getAsUnsignedConstant()
/trueos/contrib/llvm/include/llvm/DebugInfo/
HDDWARFFormValue.h57 bool isFormClass(FormClass FC) const;