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

/openbsd-current/gnu/llvm/clang/lib/Driver/ToolChains/
H A DNaCl.h73 std::string ComputeEffectiveClangTriple(const llvm::opt::ArgList &Args,
H A DFuchsia.h71 std::string ComputeEffectiveClangTriple(const llvm::opt::ArgList &Args,
H A DMSVC.h112 std::string ComputeEffectiveClangTriple(const llvm::opt::ArgList &Args,
H A DNaCl.cpp357 NaClToolChain::ComputeEffectiveClangTriple(const ArgList &Args, function in class:NaClToolChain
H A DMSVC.cpp769 MSVCToolChain::ComputeEffectiveClangTriple(const ArgList &Args, function in class:MSVCToolChain
779 llvm::Triple Triple(ToolChain::ComputeEffectiveClangTriple(Args, InputType));
H A DDarwin.h337 std::string ComputeEffectiveClangTriple(const llvm::opt::ArgList &Args,
H A DFuchsia.cpp300 std::string Fuchsia::ComputeEffectiveClangTriple(const ArgList &Args, function in class:Fuchsia
H A DDarwin.cpp1041 std::string Darwin::ComputeEffectiveClangTriple(const ArgList &Args, function in class:Darwin
/openbsd-current/gnu/llvm/clang/include/clang/Driver/
H A DToolChain.h605 /// ComputeEffectiveClangTriple - Return the Clang triple to use for this
610 virtual std::string ComputeEffectiveClangTriple(
/openbsd-current/gnu/llvm/clang/lib/Driver/
H A DToolChain.cpp828 std::string ToolChain::ComputeEffectiveClangTriple(const ArgList &Args, function in class:ToolChain
H A DDriver.cpp2191 const llvm::Triple Triple(TC.ComputeEffectiveClangTriple(C.getArgs()));
2228 const llvm::Triple Triple(TC.ComputeEffectiveClangTriple(C.getArgs()));
5369 EffectiveTriple = llvm::Triple(ToolTC.ComputeEffectiveClangTriple(Args));
5373 ToolTC.ComputeEffectiveClangTriple(Args, InputInfos[0].getType()));

Completed in 275 milliseconds