Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DFuchsia.h77 GetRuntimeLibType(const llvm::opt::ArgList &Args) const override;
H A DCSKYToolChain.cpp151 auto RuntimeLib = ToolChain.GetRuntimeLibType(Args); in ConstructJob()
H A DRISCVToolchain.cpp174 auto RuntimeLib = ToolChain.GetRuntimeLibType(Args); in ConstructJob()
H A DMinGW.cpp68 ToolChain::RuntimeLibType RLT = getToolChain().GetRuntimeLibType(Args); in AddLibGCC()
593 if (GetRuntimeLibType(DriverArgs) == ToolChain::RLT_Libgcc) { in AddClangSystemIncludeArgs()
H A DBareMetal.cpp293 ToolChain::RuntimeLibType RLT = GetRuntimeLibType(Args); in AddLinkRuntimeLib()
H A DFuchsia.cpp308 ToolChain::RuntimeLibType Fuchsia::GetRuntimeLibType( in GetRuntimeLibType() function in Fuchsia
H A DDarwin.h584 RuntimeLibType GetRuntimeLibType(const llvm::opt::ArgList &Args) const override;
H A DLinux.cpp713 ToolChain::RuntimeLibType RtLib = GetRuntimeLibType(Args); in IsAArch64OutlineAtomicsDefault()
H A DGnu.cpp520 if (ToolChain.GetRuntimeLibType(Args) == ToolChain::RLT_CompilerRT && in ConstructJob()
673 if (ToolChain.GetRuntimeLibType(Args) == ToolChain::RLT_CompilerRT && in ConstructJob()
H A DDarwin.cpp1389 ToolChain::RuntimeLibType DarwinClang::GetRuntimeLibType( in GetRuntimeLibType() function in DarwinClang
1405 GetRuntimeLibType(Args); in AddLinkRuntimeLibArgs()
H A DCommonArgs.cpp1572 ToolChain::RuntimeLibType RLT = TC.GetRuntimeLibType(Args); in AddRunTimeLibs()
/llvm-project-15.0.7/clang/lib/Driver/
H A DToolChain.cpp818 ToolChain::RuntimeLibType ToolChain::GetRuntimeLibType( in GetRuntimeLibType() function in ToolChain
855 ToolChain::RuntimeLibType RtLibType = GetRuntimeLibType(Args); in GetUnwindLibType()
864 if (GetRuntimeLibType(Args) == RLT_Libgcc) in GetUnwindLibType()
H A DDriver.cpp2074 ToolChain::RuntimeLibType RLT = TC.GetRuntimeLibType(C.getArgs()); in HandleImmediateArgs()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DToolChain.h635 GetRuntimeLibType(const llvm::opt::ArgList &Args) const;