Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/
H A DGnu.cpp408 const bool IsIAMCU = ToolChain.getTriple().isOSIAMCU(); in ConstructJob() local
499 if (!isAndroid && !IsIAMCU) { in ConstructJob()
522 if (IsIAMCU) in ConstructJob()
653 if (IsIAMCU) in ConstructJob()
662 if (IsIAMCU) { in ConstructJob()
669 if (!Args.hasArg(options::OPT_nostartfiles) && !IsIAMCU) { in ConstructJob()
H A DClang.cpp1089 const bool IsIAMCU = getToolChain().getTriple().isOSIAMCU(); in AddPreprocessingOptions() local
1363 if (!IsIAMCU) in AddPreprocessingOptions()
4558 bool IsIAMCU = RawTriple.isOSIAMCU(); in ConstructJob() local
4567 if (IsIAMCU && types::isCXX(Input.getType())) in ConstructJob()