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.cpp300 const bool IsIAMCU = ToolChain.getTriple().isOSIAMCU(); in ConstructJob() local
392 if (!isAndroid && !IsIAMCU) { in ConstructJob()
415 if (IsIAMCU) in ConstructJob()
551 if (IsIAMCU) in ConstructJob()
560 if (IsIAMCU) { in ConstructJob()
567 if (!Args.hasArg(options::OPT_nostartfiles) && !IsIAMCU) { in ConstructJob()
H A DClang.cpp821 const bool IsIAMCU = getToolChain().getTriple().isOSIAMCU(); in AddPreprocessingOptions() local
1149 if (!IsIAMCU) in AddPreprocessingOptions()
4950 bool IsIAMCU = RawTriple.isOSIAMCU(); in ConstructJob() local
4959 if (IsIAMCU && types::isCXX(Input.getType())) in ConstructJob()