Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/DebugInfo/
DDWARFFormValue.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()
/freebsd-9-stable/contrib/llvm/include/llvm/DebugInfo/
DDWARFFormValue.h57 bool isFormClass(FormClass FC) const;