Searched refs:getAttributeType (Results 1 – 2 of 2) sorted by relevance
942 return SetNode ? SetNode->getAttributeType(Attribute::ByRef) : nullptr; in getByRefType()946 return SetNode ? SetNode->getAttributeType(Attribute::ByVal) : nullptr; in getByValType()950 return SetNode ? SetNode->getAttributeType(Attribute::StructRet) : nullptr; in getStructRetType()954 return SetNode ? SetNode->getAttributeType(Attribute::Preallocated) : nullptr; in getPreallocatedType()958 return SetNode ? SetNode->getAttributeType(Attribute::InAlloca) : nullptr; in getInAllocaType()962 return SetNode ? SetNode->getAttributeType(Attribute::ElementType) : nullptr; in getElementType()1125 Type *AttributeSetNode::getAttributeType(Attribute::AttrKind Kind) const { in getAttributeType() function in AttributeSetNode
348 Type *getAttributeType(Attribute::AttrKind Kind) const;