Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DGnu.cpp335 const bool IsIAMCU = ToolChain.getTriple().isOSIAMCU(); in ConstructJob() local
418 if (!isAndroid && !IsIAMCU) { in ConstructJob()
434 if (IsIAMCU) in ConstructJob()
525 if (IsIAMCU) in ConstructJob()
534 if (IsIAMCU) { in ConstructJob()
541 if (!Args.hasArg(options::OPT_nostartfiles) && !IsIAMCU) { in ConstructJob()
H A DCommonArgs.cpp1139 bool IsIAMCU = Triple.isOSIAMCU(); in AddLibgcc() local
1168 else if (StaticLibgcc && !isAndroid && !IsIAMCU) in AddLibgcc()
H A DClang.cpp1028 const bool IsIAMCU = getToolChain().getTriple().isOSIAMCU(); in AddPreprocessingOptions() local
1261 if (!IsIAMCU) in AddPreprocessingOptions()
3436 bool IsIAMCU = RawTriple.isOSIAMCU(); in ConstructJob() local
3448 if (IsIAMCU && types::isCXX(Input.getType())) in ConstructJob()