Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:einfo

335   FunctionType::ExtInfo einfo;
337 einfo = einfo.withCallingConv(getCallingConventionForDecl(MD, IsWindows));
341 einfo = einfo.withProducesResult(true);
348 /*chainCall=*/false, argTys, einfo, required);