Home
last modified time | relevance | path

Searched refs:ComputeEffectiveClangTriple (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DNaCl.h73 std::string ComputeEffectiveClangTriple(const llvm::opt::ArgList &Args,
H A DFuchsia.h68 std::string ComputeEffectiveClangTriple(const llvm::opt::ArgList &Args,
H A DMSVC.h117 std::string ComputeEffectiveClangTriple(const llvm::opt::ArgList &Args,
H A DNaCl.cpp355 NaClToolChain::ComputeEffectiveClangTriple(const ArgList &Args, in ComputeEffectiveClangTriple() function in NaClToolChain
H A DFuchsia.cpp281 std::string Fuchsia::ComputeEffectiveClangTriple(const ArgList &Args, in ComputeEffectiveClangTriple() function in Fuchsia
H A DDarwin.h309 std::string ComputeEffectiveClangTriple(const llvm::opt::ArgList &Args,
H A DMSVC.cpp1347 MSVCToolChain::ComputeEffectiveClangTriple(const ArgList &Args, in ComputeEffectiveClangTriple() function in MSVCToolChain
1357 llvm::Triple Triple(ToolChain::ComputeEffectiveClangTriple(Args, InputType)); in ComputeEffectiveClangTriple()
H A DDarwin.cpp939 std::string Darwin::ComputeEffectiveClangTriple(const ArgList &Args, in ComputeEffectiveClangTriple() function in Darwin
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DToolChain.h562 virtual std::string ComputeEffectiveClangTriple(
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DToolChain.cpp724 std::string ToolChain::ComputeEffectiveClangTriple(const ArgList &Args, in ComputeEffectiveClangTriple() function in ToolChain
H A DDriver.cpp1887 const llvm::Triple Triple(TC.ComputeEffectiveClangTriple(C.getArgs())); in HandleImmediateArgs()
1924 const llvm::Triple Triple(TC.ComputeEffectiveClangTriple(C.getArgs())); in HandleImmediateArgs()
4683 EffectiveTriple = llvm::Triple(ToolTC.ComputeEffectiveClangTriple(Args)); in BuildJobsForActionNoCache()
4687 ToolTC.ComputeEffectiveClangTriple(Args, InputInfos[0].getType())); in BuildJobsForActionNoCache()