Home
last modified time | relevance | path

Searched refs:ShouldLinkCXXStdlib (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DRISCVToolchain.cpp212 if (ToolChain.ShouldLinkCXXStdlib(Args)) in ConstructJob()
H A DDragonFly.cpp142 if (ToolChain.ShouldLinkCXXStdlib(Args)) in ConstructJob()
H A DCrossWindows.cpp171 if (TC.ShouldLinkCXXStdlib(Args)) { in ConstructJob()
H A DZOS.cpp204 if (ToolChain.ShouldLinkCXXStdlib(Args)) { in ConstructJob()
H A DHaiku.cpp112 if (D.CCCIsCXX() && ToolChain.ShouldLinkCXXStdlib(Args)) in ConstructJob()
H A DHexagon.cpp387 if (HTC.ShouldLinkCXXStdlib(Args)) in constructHexagonLinkArgs()
467 if (HTC.ShouldLinkCXXStdlib(Args)) in constructHexagonLinkArgs()
H A DSolaris.cpp217 if (ToolChain.ShouldLinkCXXStdlib(Args)) in ConstructJob()
H A DOpenBSD.cpp227 if (ToolChain.ShouldLinkCXXStdlib(Args)) in ConstructJob()
H A DFuchsia.cpp165 if (ToolChain.ShouldLinkCXXStdlib(Args)) { in ConstructJob()
H A DFreeBSD.cpp301 if (ToolChain.ShouldLinkCXXStdlib(Args)) in ConstructJob()
H A DAIX.cpp290 if (getToolChain().ShouldLinkCXXStdlib(Args)) in ConstructJob()
H A DWebAssembly.cpp146 if (ToolChain.ShouldLinkCXXStdlib(Args)) in ConstructJob()
H A DBareMetal.cpp498 if (TC.ShouldLinkCXXStdlib(Args)) in ConstructJob()
H A DNetBSD.cpp317 if (ToolChain.ShouldLinkCXXStdlib(Args)) in ConstructJob()
H A DMinGW.cpp260 if (TC.ShouldLinkCXXStdlib(Args)) { in ConstructJob()
H A DDarwin.cpp721 if (getToolChain().ShouldLinkCXXStdlib(Args)) in ConstructJob()
H A DGnu.cpp556 if (ToolChain.ShouldLinkCXXStdlib(Args)) { in ConstructJob()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h719 bool ShouldLinkCXXStdlib(const llvm::opt::ArgList &Args) const;
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp1282 bool ToolChain::ShouldLinkCXXStdlib(const llvm::opt::ArgList &Args) const { in ShouldLinkCXXStdlib() function in ToolChain