Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:einfo

428   FunctionType::ExtInfo einfo;
430 einfo = einfo.withCallingConv(getCallingConventionForDecl(MD, IsWindows));
434 einfo = einfo.withProducesResult(true);
441 /*chainCall=*/false, argTys, einfo, {}, required);
448 FunctionType::ExtInfo einfo;
452 /*chainCall=*/false, argTypes, einfo, {}, RequiredArgs::All);