Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DNaCl.cpp356 llvm::Triple TheTriple(ComputeLLVMTriple(Args, InputType)); in ComputeEffectiveClangTriple()
H A DFuchsia.cpp341 llvm::Triple Triple(ComputeLLVMTriple(Args, InputType)); in ComputeEffectiveClangTriple()
H A DDarwin.cpp1091 llvm::Triple Triple(ComputeLLVMTriple(Args, InputType)); in ComputeEffectiveClangTriple()
3114 llvm::Triple Triple(ComputeLLVMTriple(Args)); in GetExceptionModel()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h626 ComputeLLVMTriple(const llvm::opt::ArgList &Args,
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp966 std::string ToolChain::ComputeLLVMTriple(const ArgList &Args, in ComputeLLVMTriple() function in ToolChain
1016 return ComputeLLVMTriple(Args, InputType); in ComputeEffectiveClangTriple()