Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DAttributes.cpp692 return SetNode ? SetNode->getAttributeType(Attribute::ByRef) : nullptr; in getByRefType()
696 return SetNode ? SetNode->getAttributeType(Attribute::ByVal) : nullptr; in getByValType()
700 return SetNode ? SetNode->getAttributeType(Attribute::StructRet) : nullptr; in getStructRetType()
704 return SetNode ? SetNode->getAttributeType(Attribute::Preallocated) : nullptr; in getPreallocatedType()
708 return SetNode ? SetNode->getAttributeType(Attribute::InAlloca) : nullptr; in getInAllocaType()
712 return SetNode ? SetNode->getAttributeType(Attribute::ElementType) : nullptr; in getElementType()
904 Type *AttributeSetNode::getAttributeType(Attribute::AttrKind Kind) const { in getAttributeType() function in AttributeSetNode
DAttributeImpl.h258 Type *getAttributeType(Attribute::AttrKind Kind) const;