Lines Matching refs:getAttributes
142 AttributeList Attrs = getParent()->getAttributes(); in hasPassPointeeByValueCopyAttr()
151 AttributeList Attrs = getParent()->getAttributes(); in hasPointeeInMemoryValueAttr()
180 getParent()->getAttributes().getParamAttributes(getArgNo()); in getPassPointeeByValueCopySize()
188 getParent()->getAttributes().getParamAttributes(getArgNo()); in getPointeeInMemoryValueType()
280 AttributeList Attrs = getParent()->getAttributes(); in onlyReadsMemory()
286 AttributeList AL = getParent()->getAttributes(); in addAttrs()
304 AttributeList AL = getParent()->getAttributes(); in removeAttrs()
407 setAttributes(Intrinsic::getAttributes(getContext(), IntID)); in Function()
533 AttributeList PAL = getAttributes(); in addAttribute()
539 AttributeList PAL = getAttributes(); in addAttribute()
545 AttributeList PAL = getAttributes(); in addAttributes()
551 AttributeList PAL = getAttributes(); in addParamAttr()
557 AttributeList PAL = getAttributes(); in addParamAttr()
563 AttributeList PAL = getAttributes(); in addParamAttrs()
569 AttributeList PAL = getAttributes(); in removeAttribute()
575 AttributeList PAL = getAttributes(); in removeAttribute()
581 AttributeList PAL = getAttributes(); in removeAttributes()
587 AttributeList PAL = getAttributes(); in removeParamAttr()
593 AttributeList PAL = getAttributes(); in removeParamAttr()
599 AttributeList PAL = getAttributes(); in removeParamAttrs()
605 AttributeList PAL = getAttributes(); in addDereferenceableAttr()
611 AttributeList PAL = getAttributes(); in addDereferenceableParamAttr()
617 AttributeList PAL = getAttributes(); in addDereferenceableOrNullAttr()
624 AttributeList PAL = getAttributes(); in addDereferenceableOrNullParamAttr()
672 setAttributes(Src->getAttributes()); in copyAttributesFrom()