Lines Matching refs:getAttributes

137   AttributeList Attrs = getParent()->getAttributes();  in hasPassPointeeByValueCopyAttr()
146 AttributeList Attrs = getParent()->getAttributes(); in hasPointeeInMemoryValueAttr()
181 getParent()->getAttributes().getParamAttributes(getArgNo()); in getPassPointeeByValueCopySize()
189 getParent()->getAttributes().getParamAttributes(getArgNo()); in getPointeeInMemoryValueType()
281 AttributeList Attrs = getParent()->getAttributes(); in onlyReadsMemory()
287 AttributeList AL = getParent()->getAttributes(); in addAttrs()
305 AttributeList AL = getParent()->getAttributes(); in removeAttrs()
408 setAttributes(Intrinsic::getAttributes(getContext(), IntID)); in Function()
534 AttributeList PAL = getAttributes(); in addAttribute()
540 AttributeList PAL = getAttributes(); in addAttribute()
546 AttributeList PAL = getAttributes(); in addAttributes()
552 AttributeList PAL = getAttributes(); in addParamAttr()
558 AttributeList PAL = getAttributes(); in addParamAttr()
564 AttributeList PAL = getAttributes(); in addParamAttrs()
570 AttributeList PAL = getAttributes(); in removeAttribute()
576 AttributeList PAL = getAttributes(); in removeAttribute()
582 AttributeList PAL = getAttributes(); in removeAttributes()
588 AttributeList PAL = getAttributes(); in removeParamAttr()
594 AttributeList PAL = getAttributes(); in removeParamAttr()
600 AttributeList PAL = getAttributes(); in removeParamAttrs()
606 AttributeList PAL = getAttributes(); in removeParamUndefImplyingAttrs()
612 AttributeList PAL = getAttributes(); in addDereferenceableAttr()
618 AttributeList PAL = getAttributes(); in addDereferenceableParamAttr()
624 AttributeList PAL = getAttributes(); in addDereferenceableOrNullAttr()
631 AttributeList PAL = getAttributes(); in addDereferenceableOrNullParamAttr()
679 setAttributes(Src->getAttributes()); in copyAttributesFrom()