Searched refs:isBasicType (Results 1 – 3 of 3) sorted by relevance
177 bool DIDescriptor::isBasicType() const { in isBasicType() function in DIDescriptor241 return isBasicType() || isCompositeType() || isDerivedType(); in isType()344 if (!isBasicType() && !isDerivedType() && !isCompositeType()) { in DIType()442 if (!isBasicType() && Tag != dwarf::DW_TAG_const_type && in Verify()458 return isBasicType() && DbgNode->getNumOperands() == 10; in Verify()1021 } else if (this->isBasicType()) { in print()1075 if (isBasicType()) in printInternal()
110 bool isBasicType() const;289 return DbgNode && (isBasicType() || isDerivedType() || isCompositeType()); in isValid()
578 if (Ty.isBasicType()) in isTypeSigned()735 if (Ty.isBasicType()) in getOrCreateTypeDIE()