Lines Matching refs:getAttributes
166 AttributeList Attrs = getParent()->getAttributes(); in hasPassPointeeByValueCopyAttr()
175 AttributeList Attrs = getParent()->getAttributes(); in hasPointeeInMemoryValueAttr()
204 getParent()->getAttributes().getParamAttrs(getArgNo()); in getPassPointeeByValueCopySize()
212 getParent()->getAttributes().getParamAttrs(getArgNo()); in getPointeeInMemoryValueType()
280 return capturesNothing(getAttributes().getCaptureInfo()); in hasNoCaptureAttr()
310 AttributeList Attrs = getParent()->getAttributes(); in onlyReadsMemory()
316 AttributeList AL = getParent()->getAttributes(); in addAttrs()
334 AttributeList AL = getParent()->getAttributes(); in removeAttrs()
351 AttributeSet Argument::getAttributes() const { in getAttributes() function in Argument
352 return getParent()->getAttributes().getParamAttrs(getArgNo()); in getAttributes()
513 setAttributes(Intrinsic::getAttributes(getContext(), IntID, Ty)); in Function()
859 setAttributes(Src->getAttributes()); in copyAttributesFrom()
873 return getAttributes().getMemoryEffects(); in getMemoryEffects()