Home
last modified time | relevance | path

Searched refs:GetRuntimeLibType (Results 1 – 16 of 16) 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 DCSKYToolChain.cpp151 auto RuntimeLib = ToolChain.GetRuntimeLibType(Args); in ConstructJob()
H A DAVR.cpp544 auto RtLib = TC.GetRuntimeLibType(Args); in ConstructJob()
H A DOHOS.cpp175 ToolChain::RuntimeLibType OHOS::GetRuntimeLibType( in GetRuntimeLibType() function in OHOS
H A DFuchsia.cpp346 Fuchsia::GetRuntimeLibType(const ArgList &Args) const { in GetRuntimeLibType() function in Fuchsia
H A DDarwin.h654 RuntimeLibType GetRuntimeLibType(const llvm::opt::ArgList &Args) const override;
H A DBareMetal.cpp626 auto RuntimeLib = TC.GetRuntimeLibType(Args); in ConstructJob()
H A DLinux.cpp779 ToolChain::RuntimeLibType RtLib = GetRuntimeLibType(Args); in IsAArch64OutlineAtomicsDefault()
H A DMinGW.cpp68 ToolChain::RuntimeLibType RLT = getToolChain().GetRuntimeLibType(Args); in AddLibGCC()
H A DGnu.cpp419 if (ToolChain.GetRuntimeLibType(Args) == ToolChain::RLT_CompilerRT && in ConstructJob()
570 if (ToolChain.GetRuntimeLibType(Args) == ToolChain::RLT_CompilerRT && in ConstructJob()
H A DDarwin.cpp1522 ToolChain::RuntimeLibType DarwinClang::GetRuntimeLibType( in GetRuntimeLibType() function in DarwinClang
1538 GetRuntimeLibType(Args); in AddLinkRuntimeLibArgs()
H A DCommonArgs.cpp2368 ToolChain::RuntimeLibType RLT = TC.GetRuntimeLibType(Args); in AddRunTimeLibs()
H A DClang.cpp7952 getToolChain().GetRuntimeLibType(Args) != ToolChain::RLT_CompilerRT)) { in ConstructJob()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp832 ToolChain::RuntimeLibType RuntimeLib = GetRuntimeLibType(Args); in addFortranRuntimeLibs()
1299 ToolChain::RuntimeLibType ToolChain::GetRuntimeLibType( in GetRuntimeLibType() function in ToolChain
1336 ToolChain::RuntimeLibType RtLibType = GetRuntimeLibType(Args); in GetUnwindLibType()
1345 if (GetRuntimeLibType(Args) == RLT_Libgcc) in GetUnwindLibType()
H A DDriver.cpp2575 ToolChain::RuntimeLibType RLT = TC.GetRuntimeLibType(C.getArgs()); in HandleImmediateArgs()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h722 GetRuntimeLibType(const llvm::opt::ArgList &Args) const;