Searched refs:IsIAMCU (Results 1 – 2 of 2) sorted by relevance
399 const bool IsIAMCU = ToolChain.getTriple().isOSIAMCU(); in ConstructJob() local501 if (!isAndroid && !IsIAMCU) { in ConstructJob()524 if (IsIAMCU) in ConstructJob()630 if (IsIAMCU) in ConstructJob()639 if (IsIAMCU) { in ConstructJob()646 if (!Args.hasArg(options::OPT_nostartfiles) && !IsIAMCU) { in ConstructJob()
1151 const bool IsIAMCU = getToolChain().getTriple().isOSIAMCU(); in AddPreprocessingOptions() local1422 if (!IsIAMCU) in AddPreprocessingOptions()4263 bool IsIAMCU = RawTriple.isOSIAMCU(); in ConstructJob() local4272 if (IsIAMCU && types::isCXX(Input.getType())) in ConstructJob()