Lines Matching refs:getAlignment
325 MaybeAlign Attribute::getAlignment() const { in getAlignment() function in Attribute
675 MaybeAlign AttributeSet::getAlignment() const { in getAlignment() function in AttributeSet
676 return SetNode ? SetNode->getAlignment() : None; in getAlignment()
823 assert(B.getAlignment() && "Alignment must be set"); in get()
824 Attr = Attribute::getWithAlignment(C, *B.getAlignment()); in get()
892 MaybeAlign AttributeSetNode::getAlignment() const { in getAlignment() function in AttributeSetNode
894 return A->getAlignment(); in getAlignment()
1258 const MaybeAlign OldAlign = getAttributes(Index).getAlignment(); in addAttributes()
1259 const MaybeAlign NewAlign = B.getAlignment(); in addAttributes()
1428 return getAttributes(ReturnIndex).getAlignment(); in getRetAlignment()
1432 return getAttributes(ArgNo + FirstArgIndex).getAlignment(); in getParamAlignment()
1593 Alignment = Attr.getAlignment(); in addAttribute()