Home | History | Annotate | Download | only in IR

Lines Matching defs:isBasicType

158 /// isBasicType - Return true if the specified tag is legal for
160 bool DIDescriptor::isBasicType() const {
228 return isBasicType() || isCompositeType() || isDerivedType();
459 if (!isBasicType() && Tag != dwarf::DW_TAG_const_type &&
472 if (isBasicType())
484 return isBasicType() && DbgNode->getNumOperands() == 10;
1244 } else if (this->isBasicType()) {
1304 if (isBasicType())