Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DGnu.cpp399 const bool IsIAMCU = ToolChain.getTriple().isOSIAMCU(); in ConstructJob() local
501 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()
H A DClang.cpp1145 const bool IsIAMCU = getToolChain().getTriple().isOSIAMCU(); in AddPreprocessingOptions() local
1415 if (!IsIAMCU) in AddPreprocessingOptions()
4246 bool IsIAMCU = RawTriple.isOSIAMCU(); in ConstructJob() local
4255 if (IsIAMCU && types::isCXX(Input.getType())) in ConstructJob()