Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:einfo

299   FunctionType::ExtInfo einfo;
300 einfo = einfo.withCallingConv(getCallingConventionForDecl(MD));
304 einfo = einfo.withProducesResult(true);
310 einfo, required);