Searched refs:IsArch32Bit (Results 1 – 1 of 1) sorted by relevance
36 const bool IsArch32Bit = getToolChain().getTriple().isArch32Bit(); in ConstructJob() local39 if (!IsArch32Bit && !IsArch64Bit) in ConstructJob()48 if (IsArch32Bit) { in ConstructJob()116 const bool IsArch32Bit = ToolChain.getTriple().isArch32Bit(); in ConstructJob() local119 if (!(IsArch32Bit || IsArch64Bit)) in ConstructJob()194 if (IsArch32Bit) { in ConstructJob()207 auto getCrt0Basename = [&Args, IsArch32Bit] { in ConstructJob()211 return IsArch32Bit ? "gcrt0.o" : "gcrt0_64.o"; in ConstructJob()213 return IsArch32Bit ? "mcrt0.o" : "mcrt0_64.o"; in ConstructJob()215 return IsArch32Bit ? "crt0.o" : "crt0_64.o"; in ConstructJob()[all …]