Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DOHOS.h43 GetRuntimeLibType(const llvm::opt::ArgList &Args) const override;
H A DRISCVToolchain.cpp182 auto RuntimeLib = ToolChain.GetRuntimeLibType(Args); in ConstructJob()
H A DOHOS.cpp174 ToolChain::RuntimeLibType OHOS::GetRuntimeLibType( in GetRuntimeLibType() function in OHOS
H A DFuchsia.cpp354 ToolChain::RuntimeLibType Fuchsia::GetRuntimeLibType( in GetRuntimeLibType() function in Fuchsia
H A DDarwin.h610 RuntimeLibType GetRuntimeLibType(const llvm::opt::ArgList &Args) const override;
H A DBareMetal.cpp404 ToolChain::RuntimeLibType RLT = GetRuntimeLibType(Args); in AddLinkRuntimeLib()
H A DLinux.cpp768 ToolChain::RuntimeLibType RtLib = GetRuntimeLibType(Args); in IsAArch64OutlineAtomicsDefault()
H A DMinGW.cpp68 ToolChain::RuntimeLibType RLT = getToolChain().GetRuntimeLibType(Args); in AddLibGCC()
H A DDarwin.cpp1480 ToolChain::RuntimeLibType DarwinClang::GetRuntimeLibType( in GetRuntimeLibType() function in DarwinClang
1496 GetRuntimeLibType(Args); in AddLinkRuntimeLibArgs()
H A DGnu.cpp491 if (ToolChain.GetRuntimeLibType(Args) == ToolChain::RLT_CompilerRT && in ConstructJob()
651 if (ToolChain.GetRuntimeLibType(Args) == ToolChain::RLT_CompilerRT && in ConstructJob()
H A DCommonArgs.cpp2218 ToolChain::RuntimeLibType RLT = TC.GetRuntimeLibType(Args); in AddRunTimeLibs()
H A DClang.cpp7905 getToolChain().GetRuntimeLibType(Args) != ToolChain::RLT_CompilerRT)) { in ConstructJob()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp1092 ToolChain::RuntimeLibType ToolChain::GetRuntimeLibType( in GetRuntimeLibType() function in ToolChain
1129 ToolChain::RuntimeLibType RtLibType = GetRuntimeLibType(Args); in GetUnwindLibType()
1138 if (GetRuntimeLibType(Args) == RLT_Libgcc) in GetUnwindLibType()
H A DDriver.cpp2275 ToolChain::RuntimeLibType RLT = TC.GetRuntimeLibType(C.getArgs()); in HandleImmediateArgs()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h693 GetRuntimeLibType(const llvm::opt::ArgList &Args) const;