Lines Matching refs:Attribute
64 // Do not consider arguments with 'sret' attribute. Parameters with this
65 // attribute are actually pointers to structure return values.
124 // Add the ByVal attribute to the attribute list corresponding to this
126 // list at index 0 corresponds to the return value's attribute.
128 NewFn->addAttribute(i+1, llvm::Attribute::ByVal);
151 // Add the ByVal attribute to the attribute list corresponding to this
153 // list at index 0 corresponds to the return value's attribute.
155 NewCI->addAttribute(i+1, llvm::Attribute::ByVal);