Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DTools.cpp306 const bool IsIAMCU = getToolChain().getTriple().isOSIAMCU(); in AddPreprocessingOptions() local
582 if (!IsIAMCU) { in AddPreprocessingOptions()
3794 bool IsIAMCU = getToolChain().getTriple().isOSIAMCU(); in ConstructJob() local
3806 if (IsIAMCU && types::isCXX(Input.getType())) in ConstructJob()
9189 bool IsIAMCU = Triple.isOSIAMCU(); in AddLibgcc() local
9206 if (StaticLibgcc && !isAndroid && !IsIAMCU) in AddLibgcc()
9315 const bool IsIAMCU = ToolChain.getTriple().isOSIAMCU(); in ConstructJob() local
9392 if (!isAndroid && !IsIAMCU) { in ConstructJob()
9408 if (IsIAMCU) in ConstructJob()
9512 if (IsIAMCU) in ConstructJob()
[all …]