HomeSort by relevance Sort by last modified time
    Searched refs:TripleStr (Results 1 - 4 of 4) sorted by null

  /frameworks/compile/mclinker/tools/llvm-mcld/
llvm-mcld.cpp 749 const std::string &TripleStr = mod.getTargetTriple();
751 if (TripleStr.empty())
754 TheTriple.setTriple(TripleStr);
  /external/clang/lib/Driver/
ToolChains.cpp 330 StringRef TripleStr = Triple;
331 if (TripleStr.startswith("armv5") || TripleStr.startswith("thumbv5"))
333 else if (TripleStr.startswith("armv6") || TripleStr.startswith("thumbv6"))
335 else if (TripleStr.startswith("armv7") || TripleStr.startswith("thumbv7"))
    [all...]
Tools.cpp     [all...]
  /external/clang/lib/Basic/
Targets.cpp     [all...]

Completed in 2823 milliseconds