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

  /external/clang/include/clang/Driver/
ToolChain.h 256 /// ComputeEffectiveClangTriple - Return the Clang triple to use for this
261 virtual std::string ComputeEffectiveClangTriple(
  /external/clang/lib/Driver/
ToolChains.h 245 std::string ComputeEffectiveClangTriple(const llvm::opt::ArgList &Args,
349 std::string ComputeEffectiveClangTriple(const llvm::opt::ArgList &Args,
ToolChain.cpp 277 std::string ToolChain::ComputeEffectiveClangTriple(const ArgList &Args,
ToolChains.cpp 183 std::string MachO::ComputeEffectiveClangTriple(const ArgList &Args,
190 std::string Darwin::ComputeEffectiveClangTriple(const ArgList &Args,
    [all...]
Tools.cpp 744 std::string TripleStr = getToolChain().ComputeEffectiveClangTriple(Args);
870 std::string TripleStr = getToolChain().ComputeEffectiveClangTriple(Args);
    [all...]

Completed in 56 milliseconds