Searched refs:IsArch64Bit (Results 1 – 1 of 1) sorted by relevance
35 const bool IsArch64Bit = getToolChain().getTriple().isArch64Bit(); in ConstructJob() local37 if (!IsArch32Bit && !IsArch64Bit) in ConstructJob()110 const bool IsArch64Bit = ToolChain.getTriple().isArch64Bit(); in ConstructJob() local112 if (!(IsArch32Bit || IsArch64Bit)) in ConstructJob()