Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:einfo

297   FunctionType::ExtInfo einfo;
298 einfo = einfo.withCallingConv(getCallingConventionForDecl(MD));
302 einfo = einfo.withProducesResult(true);
308 einfo, required);