Searched refs:ComputeEffectiveClangTriple (Results 1 - 5 of 5) sorted by relevance

/external/clang/include/clang/Driver/
H A DToolChain.h247 /// ComputeEffectiveClangTriple - Return the Clang triple to use for this
252 virtual std::string ComputeEffectiveClangTriple(
/external/clang/lib/Driver/
H A DToolChains.h212 std::string ComputeEffectiveClangTriple(const llvm::opt::ArgList &Args,
401 std::string ComputeEffectiveClangTriple(const llvm::opt::ArgList &Args,
H A DToolChain.cpp271 std::string ToolChain::ComputeEffectiveClangTriple(const ArgList &Args, function in class:ToolChain
H A DToolChains.cpp158 std::string Darwin::ComputeEffectiveClangTriple(const ArgList &Args, function in class:Darwin
896 Darwin_Generic_GCC::ComputeEffectiveClangTriple(const ArgList &Args, function in class:Darwin_Generic_GCC
H A DTools.cpp719 std::string TripleStr = getToolChain().ComputeEffectiveClangTriple(Args);
1994 std::string TripleStr = getToolChain().ComputeEffectiveClangTriple(Args);
3825 getToolChain().ComputeEffectiveClangTriple(Args, Input.getType());

Completed in 250 milliseconds