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

/external/clang/include/clang/Driver/
H A DToolChain.h256 /// ComputeEffectiveClangTriple - Return the Clang triple to use for this
261 virtual std::string ComputeEffectiveClangTriple(
/external/clang/lib/Driver/
H A DToolChain.cpp277 std::string ToolChain::ComputeEffectiveClangTriple(const ArgList &Args, function in class:ToolChain
H A DToolChains.h245 std::string ComputeEffectiveClangTriple(const llvm::opt::ArgList &Args,
349 std::string ComputeEffectiveClangTriple(const llvm::opt::ArgList &Args,
H A DToolChains.cpp183 std::string MachO::ComputeEffectiveClangTriple(const ArgList &Args, function in class:MachO
190 std::string Darwin::ComputeEffectiveClangTriple(const ArgList &Args, function in class:Darwin
H A DTools.cpp744 std::string TripleStr = getToolChain().ComputeEffectiveClangTriple(Args);
870 std::string TripleStr = getToolChain().ComputeEffectiveClangTriple(Args);
2259 std::string TripleStr = getToolChain().ComputeEffectiveClangTriple(Args);
2817 std::string ETripleStr = getToolChain().ComputeEffectiveClangTriple(Args);
4536 getToolChain().ComputeEffectiveClangTriple(Args, Input.getType());

Completed in 1399 milliseconds