Home
last modified time | relevance | path

Searched refs:ComputeLLVMTriple (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DNaCl.cpp359 llvm::Triple TheTriple(ComputeLLVMTriple(Args, InputType)); in ComputeEffectiveClangTriple()
H A DFuchsia.cpp300 llvm::Triple Triple(ComputeLLVMTriple(Args, InputType)); in ComputeEffectiveClangTriple()
H A DDarwin.cpp1036 llvm::Triple Triple(ComputeLLVMTriple(Args, InputType)); in ComputeEffectiveClangTriple()
2921 llvm::Triple Triple(ComputeLLVMTriple(Args)); in GetExceptionModel()
/llvm-project-15.0.7/clang/lib/Driver/
H A DToolChain.cpp742 std::string ToolChain::ComputeLLVMTriple(const ArgList &Args, in ComputeLLVMTriple() function in ToolChain
792 return ComputeLLVMTriple(Args, InputType); in ComputeEffectiveClangTriple()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DToolChain.h587 ComputeLLVMTriple(const llvm::opt::ArgList &Args,