Home
last modified time | relevance | path

Searched refs:GetRuntimeLibType (Results 1 – 18 of 18) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DOHOS.h43 GetRuntimeLibType(const llvm::opt::ArgList &Args) const override;
H A DFuchsia.h90 GetRuntimeLibType(const llvm::opt::ArgList &Args) const override;
H A DCSKYToolChain.cpp152 auto RuntimeLib = ToolChain.GetRuntimeLibType(Args); in ConstructJob()
H A DRISCVToolchain.cpp174 auto RuntimeLib = ToolChain.GetRuntimeLibType(Args); in ConstructJob()
H A DAVR.cpp468 auto RtLib = TC.GetRuntimeLibType(Args); in ConstructJob()
H A DOHOS.cpp174 ToolChain::RuntimeLibType OHOS::GetRuntimeLibType( in GetRuntimeLibType() function in OHOS
H A DFuchsia.cpp353 ToolChain::RuntimeLibType Fuchsia::GetRuntimeLibType( in GetRuntimeLibType() function in Fuchsia
H A DBareMetal.cpp368 ToolChain::RuntimeLibType RLT = GetRuntimeLibType(Args); in AddLinkRuntimeLib()
H A DDarwin.h593 RuntimeLibType GetRuntimeLibType(const llvm::opt::ArgList &Args) const override;
H A DLinux.cpp760 ToolChain::RuntimeLibType RtLib = GetRuntimeLibType(Args); in IsAArch64OutlineAtomicsDefault()
H A DMinGW.cpp68 ToolChain::RuntimeLibType RLT = getToolChain().GetRuntimeLibType(Args); in AddLibGCC()
H A DGnu.cpp487 if (ToolChain.GetRuntimeLibType(Args) == ToolChain::RLT_CompilerRT && in ConstructJob()
647 if (ToolChain.GetRuntimeLibType(Args) == ToolChain::RLT_CompilerRT && in ConstructJob()
H A DDarwin.cpp1451 ToolChain::RuntimeLibType DarwinClang::GetRuntimeLibType( in GetRuntimeLibType() function in DarwinClang
1467 GetRuntimeLibType(Args); in AddLinkRuntimeLibArgs()
H A DCommonArgs.cpp2214 ToolChain::RuntimeLibType RLT = TC.GetRuntimeLibType(Args); in AddRunTimeLibs()
H A DClang.cpp7691 getToolChain().GetRuntimeLibType(Args) != ToolChain::RLT_CompilerRT)) { in ConstructJob()
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp1045 ToolChain::RuntimeLibType ToolChain::GetRuntimeLibType( in GetRuntimeLibType() function in ToolChain
1082 ToolChain::RuntimeLibType RtLibType = GetRuntimeLibType(Args); in GetUnwindLibType()
1091 if (GetRuntimeLibType(Args) == RLT_Libgcc) in GetUnwindLibType()
H A DDriver.cpp2237 ToolChain::RuntimeLibType RLT = TC.GetRuntimeLibType(C.getArgs()); in HandleImmediateArgs()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h679 GetRuntimeLibType(const llvm::opt::ArgList &Args) const;