Searched refs:SRETAttrs (Results 1 – 1 of 1) sorted by relevance
1110 llvm::AttrBuilder SRETAttrs; in ConstructAttributeList() local1111 SRETAttrs.addAttribute(llvm::Attribute::StructRet); in ConstructAttributeList()1113 SRETAttrs.addAttribute(llvm::Attribute::InReg); in ConstructAttributeList()1115 AttributeSet::get(getLLVMContext(), Index, SRETAttrs)); in ConstructAttributeList()