Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DGnu.cpp374 const bool IsIAMCU = ToolChain.getTriple().isOSIAMCU(); in ConstructJob() local
464 if (!isAndroid && !IsIAMCU) { in ConstructJob()
487 if (IsIAMCU) in ConstructJob()
632 if (IsIAMCU) in ConstructJob()
641 if (IsIAMCU) { in ConstructJob()
648 if (!Args.hasArg(options::OPT_nostartfiles) && !IsIAMCU) { in ConstructJob()
H A DClang.cpp976 const bool IsIAMCU = getToolChain().getTriple().isOSIAMCU(); in AddPreprocessingOptions() local
1282 if (!IsIAMCU) in AddPreprocessingOptions()
4965 bool IsIAMCU = RawTriple.isOSIAMCU(); in ConstructJob() local
4974 if (IsIAMCU && types::isCXX(Input.getType())) in ConstructJob()