Searched refs:GetRuntimeLibType (Results 1 – 14 of 14) sorted by relevance
77 GetRuntimeLibType(const llvm::opt::ArgList &Args) const override;
151 auto RuntimeLib = ToolChain.GetRuntimeLibType(Args); in ConstructJob()
174 auto RuntimeLib = ToolChain.GetRuntimeLibType(Args); in ConstructJob()
68 ToolChain::RuntimeLibType RLT = getToolChain().GetRuntimeLibType(Args); in AddLibGCC()593 if (GetRuntimeLibType(DriverArgs) == ToolChain::RLT_Libgcc) { in AddClangSystemIncludeArgs()
293 ToolChain::RuntimeLibType RLT = GetRuntimeLibType(Args); in AddLinkRuntimeLib()
308 ToolChain::RuntimeLibType Fuchsia::GetRuntimeLibType( in GetRuntimeLibType() function in Fuchsia
584 RuntimeLibType GetRuntimeLibType(const llvm::opt::ArgList &Args) const override;
713 ToolChain::RuntimeLibType RtLib = GetRuntimeLibType(Args); in IsAArch64OutlineAtomicsDefault()
520 if (ToolChain.GetRuntimeLibType(Args) == ToolChain::RLT_CompilerRT && in ConstructJob()673 if (ToolChain.GetRuntimeLibType(Args) == ToolChain::RLT_CompilerRT && in ConstructJob()
1389 ToolChain::RuntimeLibType DarwinClang::GetRuntimeLibType( in GetRuntimeLibType() function in DarwinClang1405 GetRuntimeLibType(Args); in AddLinkRuntimeLibArgs()
1572 ToolChain::RuntimeLibType RLT = TC.GetRuntimeLibType(Args); in AddRunTimeLibs()
818 ToolChain::RuntimeLibType ToolChain::GetRuntimeLibType( in GetRuntimeLibType() function in ToolChain855 ToolChain::RuntimeLibType RtLibType = GetRuntimeLibType(Args); in GetUnwindLibType()864 if (GetRuntimeLibType(Args) == RLT_Libgcc) in GetUnwindLibType()
2074 ToolChain::RuntimeLibType RLT = TC.GetRuntimeLibType(C.getArgs()); in HandleImmediateArgs()
635 GetRuntimeLibType(const llvm::opt::ArgList &Args) const;