Lines Matching refs:IsIAMCU
306 const bool IsIAMCU = getToolChain().getTriple().isOSIAMCU(); in AddPreprocessingOptions() local
582 if (!IsIAMCU) { in AddPreprocessingOptions()
3794 bool IsIAMCU = getToolChain().getTriple().isOSIAMCU(); in ConstructJob() local
3806 if (IsIAMCU && types::isCXX(Input.getType())) in ConstructJob()
9189 bool IsIAMCU = Triple.isOSIAMCU(); in AddLibgcc() local
9206 if (StaticLibgcc && !isAndroid && !IsIAMCU) in AddLibgcc()
9315 const bool IsIAMCU = ToolChain.getTriple().isOSIAMCU(); in ConstructJob() local
9392 if (!isAndroid && !IsIAMCU) { in ConstructJob()
9408 if (IsIAMCU) in ConstructJob()
9512 if (IsIAMCU) in ConstructJob()
9521 if (IsIAMCU) { in ConstructJob()
9528 if (!Args.hasArg(options::OPT_nostartfiles) && !IsIAMCU) { in ConstructJob()