Searched refs:SRETAttrs (Results 1 – 1 of 1) sorted by relevance
987 llvm::Attributes SRETAttrs = llvm::Attribute::StructRet; in ConstructAttributeList() local989 SRETAttrs |= llvm::Attribute::InReg; in ConstructAttributeList()990 PAL.push_back(llvm::AttributeWithIndex::get(Index, SRETAttrs)); in ConstructAttributeList()