Searched refs:isBasicType (Results 1 – 3 of 3) sorted by relevance
126 bool DIDescriptor::isBasicType() const { in isBasicType() function in DIDescriptor183 return isBasicType() || isCompositeType() || isDerivedType(); in isType()274 if (!isBasicType() && !isDerivedType() && !isCompositeType()) { in DIType()343 if (!isBasicType() && Tag != dwarf::DW_TAG_const_type && in Verify()355 return isBasicType(); in Verify()594 if (isBasicType()) in print()
112 bool isBasicType() const;279 return DbgNode && (isBasicType() || isDerivedType() || isCompositeType()); in isValid()
576 if (Ty.isBasicType()) in getOrCreateTypeDIE()