Searched refs:IsArch32Bit (Results 1 – 1 of 1) sorted by relevance
37 const bool IsArch32Bit = getToolChain().getTriple().isArch32Bit(); in ConstructJob() local40 if (!IsArch32Bit && !IsArch64Bit) in ConstructJob()49 if (IsArch32Bit) { in ConstructJob()117 const bool IsArch32Bit = ToolChain.getTriple().isArch32Bit(); in ConstructJob() local120 if (!(IsArch32Bit || IsArch64Bit)) in ConstructJob()195 if (IsArch32Bit) { in ConstructJob()208 auto getCrt0Basename = [&Args, IsArch32Bit] { in ConstructJob()212 return IsArch32Bit ? "gcrt0.o" : "gcrt0_64.o"; in ConstructJob()214 return IsArch32Bit ? "mcrt0.o" : "mcrt0_64.o"; in ConstructJob()216 return IsArch32Bit ? "crt0.o" : "crt0_64.o"; in ConstructJob()[all …]