Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp1151 return SetNode ? SetNode->getAttributeType(Attribute::ByRef) : nullptr; in getByRefType()
1155 return SetNode ? SetNode->getAttributeType(Attribute::ByVal) : nullptr; in getByValType()
1159 return SetNode ? SetNode->getAttributeType(Attribute::StructRet) : nullptr; in getStructRetType()
1163 return SetNode ? SetNode->getAttributeType(Attribute::Preallocated) : nullptr; in getPreallocatedType()
1167 return SetNode ? SetNode->getAttributeType(Attribute::InAlloca) : nullptr; in getInAllocaType()
1171 return SetNode ? SetNode->getAttributeType(Attribute::ElementType) : nullptr; in getElementType()
1338 Type *AttributeSetNode::getAttributeType(Attribute::AttrKind Kind) const { in getAttributeType() function in AttributeSetNode
H A DAttributeImpl.h346 Type *getAttributeType(Attribute::AttrKind Kind) const;