Lines Matching refs:ASN

552     const AttributeSetNode *ASN = getSlotNode(I);  in Raw()  local
555 for (AttributeSetNode::iterator II = ASN->begin(), in Raw()
556 IE = ASN->end(); II != IE; ++II) { in Raw()
565 Mask |= (Log2_32(ASN->getAlignment()) + 1) << 16; in Raw()
567 Mask |= (Log2_32(ASN->getStackAlignment()) + 1) << 26; in Raw()
905 AttributeSetNode *ASN = getAttributes(Index); in hasAttribute() local
906 return ASN ? ASN->hasAttribute(Kind) : false; in hasAttribute()
910 AttributeSetNode *ASN = getAttributes(Index); in hasAttribute() local
911 return ASN ? ASN->hasAttribute(Kind) : false; in hasAttribute()
915 AttributeSetNode *ASN = getAttributes(Index); in hasAttributes() local
916 return ASN ? ASN->hasAttributes() : false; in hasAttributes()
935 AttributeSetNode *ASN = getAttributes(Index); in getAttribute() local
936 return ASN ? ASN->getAttribute(Kind) : Attribute(); in getAttribute()
941 AttributeSetNode *ASN = getAttributes(Index); in getAttribute() local
942 return ASN ? ASN->getAttribute(Kind) : Attribute(); in getAttribute()
946 AttributeSetNode *ASN = getAttributes(Index); in getParamAlignment() local
947 return ASN ? ASN->getAlignment() : 0; in getParamAlignment()
951 AttributeSetNode *ASN = getAttributes(Index); in getStackAlignment() local
952 return ASN ? ASN->getStackAlignment() : 0; in getStackAlignment()
956 AttributeSetNode *ASN = getAttributes(Index); in getDereferenceableBytes() local
957 return ASN ? ASN->getDereferenceableBytes() : 0; in getDereferenceableBytes()
962 AttributeSetNode *ASN = getAttributes(Index); in getAsString() local
963 return ASN ? ASN->getAsString(InAttrGrp) : std::string(""); in getAsString()