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()
1145 const bool IsIAMCU = getToolChain().getTriple().isOSIAMCU(); in AddPreprocessingOptions() local1415 if (!IsIAMCU) in AddPreprocessingOptions()4246 bool IsIAMCU = RawTriple.isOSIAMCU(); in ConstructJob() local4255 if (IsIAMCU && types::isCXX(Input.getType())) in ConstructJob()