Lines Matching refs:getAttributes
78 if (getParent()->getAttributes(). in hasNonNullAttr()
95 return getParent()->getAttributes(). in hasSwiftSelfAttr()
100 return getParent()->getAttributes(). in hasSwiftErrorAttr()
113 AttributeSet Attrs = getParent()->getAttributes(); in hasByValOrInAllocaAttr()
185 return getParent()->getAttributes(). in onlyReadsMemory()
187 getParent()->getAttributes(). in onlyReadsMemory()
278 setAttributes(Intrinsic::getAttributes(getContext(), IntID)); in Function()
370 AttributeSet PAL = getAttributes(); in addAttribute()
376 AttributeSet PAL = getAttributes(); in addAttribute()
382 AttributeSet PAL = getAttributes(); in addAttributes()
388 AttributeSet PAL = getAttributes(); in removeAttribute()
394 AttributeSet PAL = getAttributes(); in removeAttribute()
400 AttributeSet PAL = getAttributes(); in removeAttributes()
406 AttributeSet PAL = getAttributes(); in addDereferenceableAttr()
412 AttributeSet PAL = getAttributes(); in addDereferenceableOrNullAttr()
443 setAttributes(SrcF->getAttributes()); in copyAttributesFrom()