Searched refs:IsIAMCU (Results 1 – 1 of 1) sorted by relevance
306 const bool IsIAMCU = getToolChain().getTriple().isOSIAMCU(); in AddPreprocessingOptions() local582 if (!IsIAMCU) { in AddPreprocessingOptions()3794 bool IsIAMCU = getToolChain().getTriple().isOSIAMCU(); in ConstructJob() local3806 if (IsIAMCU && types::isCXX(Input.getType())) in ConstructJob()9189 bool IsIAMCU = Triple.isOSIAMCU(); in AddLibgcc() local9206 if (StaticLibgcc && !isAndroid && !IsIAMCU) in AddLibgcc()9315 const bool IsIAMCU = ToolChain.getTriple().isOSIAMCU(); in ConstructJob() local9392 if (!isAndroid && !IsIAMCU) { in ConstructJob()9408 if (IsIAMCU) in ConstructJob()9512 if (IsIAMCU) in ConstructJob()[all …]