Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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.cpp1361 MSVCToolChain::ComputeEffectiveClangTriple(const ArgList &Args, in ComputeEffectiveClangTriple() function in MSVCToolChain
1371 llvm::Triple Triple(ToolChain::ComputeEffectiveClangTriple(Args, InputType)); in ComputeEffectiveClangTriple()
H A DDarwin.cpp940 std::string Darwin::ComputeEffectiveClangTriple(const ArgList &Args, in ComputeEffectiveClangTriple() function in Darwin
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h566 virtual std::string ComputeEffectiveClangTriple(
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp727 std::string ToolChain::ComputeEffectiveClangTriple(const ArgList &Args, in ComputeEffectiveClangTriple() function in ToolChain
H A DDriver.cpp1879 const llvm::Triple Triple(TC.ComputeEffectiveClangTriple(C.getArgs())); in HandleImmediateArgs()
1916 const llvm::Triple Triple(TC.ComputeEffectiveClangTriple(C.getArgs())); in HandleImmediateArgs()
4700 EffectiveTriple = llvm::Triple(ToolTC.ComputeEffectiveClangTriple(Args)); in BuildJobsForActionNoCache()
4704 ToolTC.ComputeEffectiveClangTriple(Args, InputInfos[0].getType())); in BuildJobsForActionNoCache()