Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAttributes.cpp793 return SetNode ? SetNode->getAttributeType(Attribute::ByRef) : nullptr; in getByRefType()
797 return SetNode ? SetNode->getAttributeType(Attribute::ByVal) : nullptr; in getByValType()
801 return SetNode ? SetNode->getAttributeType(Attribute::StructRet) : nullptr; in getStructRetType()
805 return SetNode ? SetNode->getAttributeType(Attribute::Preallocated) : nullptr; in getPreallocatedType()
809 return SetNode ? SetNode->getAttributeType(Attribute::InAlloca) : nullptr; in getInAllocaType()
813 return SetNode ? SetNode->getAttributeType(Attribute::ElementType) : nullptr; in getElementType()
972 Type *AttributeSetNode::getAttributeType(Attribute::AttrKind Kind) const { in getAttributeType() function in AttributeSetNode
H A DAttributeImpl.h270 Type *getAttributeType(Attribute::AttrKind Kind) const;