Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DGnu.cpp374 const bool IsIAMCU = ToolChain.getTriple().isOSIAMCU(); in ConstructJob() local
460 if (!isAndroid && !IsIAMCU) { in ConstructJob()
483 if (IsIAMCU) in ConstructJob()
628 if (IsIAMCU) in ConstructJob()
637 if (IsIAMCU) { in ConstructJob()
644 if (!Args.hasArg(options::OPT_nostartfiles) && !IsIAMCU) { in ConstructJob()
H A DClang.cpp997 const bool IsIAMCU = getToolChain().getTriple().isOSIAMCU(); in AddPreprocessingOptions() local
1300 if (!IsIAMCU) in AddPreprocessingOptions()
4727 bool IsIAMCU = RawTriple.isOSIAMCU(); in ConstructJob() local
4736 if (IsIAMCU && types::isCXX(Input.getType())) in ConstructJob()