Searched refs:IsIAMCU (Results 1 – 3 of 3) sorted by relevance
335 const bool IsIAMCU = ToolChain.getTriple().isOSIAMCU(); in ConstructJob() local418 if (!isAndroid && !IsIAMCU) { in ConstructJob()434 if (IsIAMCU) in ConstructJob()525 if (IsIAMCU) in ConstructJob()534 if (IsIAMCU) { in ConstructJob()541 if (!Args.hasArg(options::OPT_nostartfiles) && !IsIAMCU) { in ConstructJob()
1139 bool IsIAMCU = Triple.isOSIAMCU(); in AddLibgcc() local1168 else if (StaticLibgcc && !isAndroid && !IsIAMCU) in AddLibgcc()
1028 const bool IsIAMCU = getToolChain().getTriple().isOSIAMCU(); in AddPreprocessingOptions() local1261 if (!IsIAMCU) in AddPreprocessingOptions()3436 bool IsIAMCU = RawTriple.isOSIAMCU(); in ConstructJob() local3448 if (IsIAMCU && types::isCXX(Input.getType())) in ConstructJob()