Lines Matching refs:getAlignment
328 MaybeAlign Attribute::getAlignment() const { in getAlignment() function in Attribute
814 MaybeAlign AttributeSet::getAlignment() const { in getAlignment() function in AttributeSet
815 return SetNode ? SetNode->getAlignment() : None; in getAlignment()
968 assert(B.getAlignment() && "Alignment must be set"); in get()
969 Attr = Attribute::getWithAlignment(C, *B.getAlignment()); in get()
1037 MaybeAlign AttributeSetNode::getAlignment() const { in getAlignment() function in AttributeSetNode
1039 return A->getAlignment(); in getAlignment()
1427 const MaybeAlign OldAlign = getAttributes(Index).getAlignment(); in addAttributes()
1428 const MaybeAlign NewAlign = B.getAlignment(); in addAttributes()
1608 return getAttributes(ReturnIndex).getAlignment(); in getRetAlignment()
1612 return getAttributes(ArgNo + FirstArgIndex).getAlignment(); in getParamAlignment()
1763 Alignment = Attr.getAlignment(); in addAttribute()