Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:IsWindows

167 static CallingConv getCallingConventionForDecl(const Decl *D, bool IsWindows) {
191 return IsWindows ? CC_C : CC_X86_64Win64;
194 return IsWindows ? CC_X86_64SysV : CC_C;
429 bool IsWindows = getContext().getTargetInfo().getTriple().isOSWindows();
430 einfo = einfo.withCallingConv(getCallingConventionForDecl(MD, IsWindows));