Home
last modified time | relevance | path

Searched refs:IsIAMCU (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DGnu.cpp402 const bool IsIAMCU = ToolChain.getTriple().isOSIAMCU(); in ConstructJob() local
493 if (!isAndroid && !IsIAMCU) { in ConstructJob()
516 if (IsIAMCU) in ConstructJob()
654 if (IsIAMCU) in ConstructJob()
663 if (IsIAMCU) { in ConstructJob()
670 if (!Args.hasArg(options::OPT_nostartfiles) && !IsIAMCU) { in ConstructJob()
H A DClang.cpp1200 const bool IsIAMCU = getToolChain().getTriple().isOSIAMCU(); in AddPreprocessingOptions() local
1473 if (!IsIAMCU) in AddPreprocessingOptions()
4524 bool IsIAMCU = RawTriple.isOSIAMCU(); in ConstructJob() local
4533 if (IsIAMCU && types::isCXX(Input.getType())) in ConstructJob()