Home | History | Annotate | Download | only in IR

Lines Matching defs:AS

122          "Invalid attribute type to get the kind as an enum!");
136 "Invalid attribute type to get the kind as a string!");
143 "Invalid attribute type to get the value as a string!");
156 /// This returns the alignment field of an attribute as a byte alignment value.
163 /// This returns the stack alignment field of an attribute as a byte alignment
717 AttributeSetImpl *AS = Attrs[I].pImpl;
718 if (!AS) continue;
722 *AI = AS->getNode(0),
723 *AE = AS->getNode(AS->getNumAttributes());
772 AttributeSet AS;
776 if (getSlotIndex(I) == Index) AS = getSlotAttributes(LastIndex++);
785 AttrBuilder B(AS, Index);
825 AttributeSet AS;
829 if (getSlotIndex(I) == Index) AS = getSlotAttributes(LastIndex++);
838 AttrBuilder B(AS, Index);
1038 AttrBuilder::AttrBuilder(AttributeSet AS, unsigned Index)
1041 AttributeSetImpl *pImpl = AS.pImpl;