HomeSort by: relevance | last modified time | path
    Searched refs:IsIAMCU (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Gnu.cpp 399 const bool IsIAMCU = ToolChain.getTriple().isOSIAMCU();
501 if (!isAndroid && !IsIAMCU) {
524 if (IsIAMCU)
630 if (IsIAMCU)
639 if (IsIAMCU) {
646 if (!Args.hasArg(options::OPT_nostartfiles) && !IsIAMCU) {
Clang.cpp 1145 const bool IsIAMCU = getToolChain().getTriple().isOSIAMCU();
1415 if (!IsIAMCU)
4246 bool IsIAMCU = RawTriple.isOSIAMCU();
4255 if (IsIAMCU && types::isCXX(Input.getType()))

Completed in 66 milliseconds