Searched defs:SRETAttrs (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGCall.cpp1183 llvm::AttrBuilder SRETAttrs; local
1184 SRETAttrs.addAttribute(llvm::Attribute::StructRet);
1186 SRETAttrs.addAttribute(llvm::Attribute::InReg);
1189 getLLVMContext(), SwapThisWithSRet ? 2 : Index, SRETAttrs));

Completed in 141 milliseconds