Searched refs:AttributeSets (Results 1 – 3 of 3) sorted by relevance
58 AttributeSet AttributeSets; ///< Parameter attributes163 AttributeSet getAttributes() const { return AttributeSets; }166 void setAttributes(AttributeSet Attrs) { AttributeSets = Attrs; }170 setAttributes(AttributeSets.addAttribute(getContext(),176 setAttributes(AttributeSets.removeAttribute(183 AttributeSets.addAttribute(getContext(),188 AttributeSets.addAttribute(getContext(),200 return AttributeSets.hasFnAttribute(Kind);203 return AttributeSets.hasAttribute(AttributeSet::FunctionIndex, Kind);218 return AttributeSets.getStackAlignment(AttributeSet::FunctionIndex);[all …]
66 AttributeSet AttributeSets; ///< Parameter attributes variable172 AttributeSet getAttributes() const { return AttributeSets; } in getAttributes()175 void setAttributes(AttributeSet Attrs) { AttributeSets = Attrs; } in setAttributes()199 setAttributes(AttributeSets.removeAttribute( in removeFnAttr()223 return AttributeSets.hasFnAttribute(Kind); in hasFnAttribute()226 return AttributeSets.hasFnAttribute(Kind); in hasFnAttribute()241 return AttributeSets.getStackAlignment(AttributeSet::FunctionIndex); in getFnStackAlignment()277 return AttributeSets.getAttribute(i, Kind); in getAttribute()281 return AttributeSets.getAttribute(i, Kind); in getAttribute()293 return AttributeSets.getParamAlignment(i); in getParamAlignment()[all …]
78 AttributeList AttributeSets; ///< Parameter attributes variable210 AttributeList getAttributes() const { return AttributeSets; } in getAttributes()213 void setAttributes(AttributeList Attrs) { AttributeSets = Attrs; } in setAttributes()308 return AttributeSets.hasFnAttribute(Kind); in hasFnAttribute()313 return AttributeSets.hasFnAttribute(Kind); in hasFnAttribute()330 return AttributeSets.getStackAlignment(AttributeList::FunctionIndex); in getFnStackAlignment()390 return AttributeSets.getAttribute(i, Kind); in getAttribute()395 return AttributeSets.getAttribute(i, Kind); in getAttribute()415 return AttributeSets.getParamAlignment(ArgNo); in getParamAlignment()422 return AttributeSets.getDereferenceableBytes(i); in getDereferenceableBytes()[all …]