Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
HDNaCl.h73 std::string ComputeEffectiveClangTriple(const llvm::opt::ArgList &Args,
HDFuchsia.h66 std::string ComputeEffectiveClangTriple(const llvm::opt::ArgList &Args,
HDMSVC.h136 std::string ComputeEffectiveClangTriple(const llvm::opt::ArgList &Args,
HDNaCl.cpp353 NaClToolChain::ComputeEffectiveClangTriple(const ArgList &Args, in ComputeEffectiveClangTriple() function in NaClToolChain
HDFuchsia.cpp227 std::string Fuchsia::ComputeEffectiveClangTriple(const ArgList &Args, in ComputeEffectiveClangTriple() function in Fuchsia
HDDarwin.h312 std::string ComputeEffectiveClangTriple(const llvm::opt::ArgList &Args,
HDMSVC.cpp1338 MSVCToolChain::ComputeEffectiveClangTriple(const ArgList &Args, in ComputeEffectiveClangTriple() function in MSVCToolChain
1348 llvm::Triple Triple(ToolChain::ComputeEffectiveClangTriple(Args, InputType)); in ComputeEffectiveClangTriple()
HDDarwin.cpp862 std::string Darwin::ComputeEffectiveClangTriple(const ArgList &Args, in ComputeEffectiveClangTriple() function in Darwin
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Driver/
HDToolChain.h499 virtual std::string ComputeEffectiveClangTriple(
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
HDToolChain.cpp732 std::string ToolChain::ComputeEffectiveClangTriple(const ArgList &Args, in ComputeEffectiveClangTriple() function in ToolChain
HDDriver.cpp1773 const llvm::Triple Triple(TC.ComputeEffectiveClangTriple(C.getArgs())); in HandleImmediateArgs()
1810 const llvm::Triple Triple(TC.ComputeEffectiveClangTriple(C.getArgs())); in HandleImmediateArgs()
4301 EffectiveTriple = llvm::Triple(ToolTC.ComputeEffectiveClangTriple(Args)); in BuildJobsForActionNoCache()
4305 ToolTC.ComputeEffectiveClangTriple(Args, InputInfos[0].getType())); in BuildJobsForActionNoCache()