Searched refs:ASN (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/IR/
H A DAttributes.cpp492 const AttributeSetNode *ASN = getSlotNode(I); local
495 for (AttributeSetNode::iterator II = ASN->begin(),
496 IE = ASN->end(); II != IE; ++II) {
505 Mask |= (Log2_32(ASN->getAlignment()) + 1) << 16;
507 Mask |= (Log2_32(ASN->getStackAlignment()) + 1) << 26;
819 AttributeSetNode *ASN = getAttributes(Index); local
820 return ASN ? ASN->hasAttribute(Kind) : false;
824 AttributeSetNode *ASN = getAttributes(Index); local
825 return ASN
829 AttributeSetNode *ASN = getAttributes(Index); local
849 AttributeSetNode *ASN = getAttributes(Index); local
855 AttributeSetNode *ASN = getAttributes(Index); local
860 AttributeSetNode *ASN = getAttributes(Index); local
865 AttributeSetNode *ASN = getAttributes(Index); local
871 AttributeSetNode *ASN = getAttributes(Index); local
[all...]

Completed in 90 milliseconds