Home
last modified time | relevance | path

Searched refs:RLT_CompilerRT (Results 1 – 25 of 25) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMipsLinux.h48 : RuntimeLibType::RLT_CompilerRT; in GetDefaultRuntimeLibType()
H A DCSKYToolChain.cpp69 : ToolChain::RLT_CompilerRT; in GetDefaultRuntimeLibType()
157 assert(RuntimeLib == ToolChain::RLT_CompilerRT); in ConstructJob()
H A DVEToolchain.h56 return ToolChain::RLT_CompilerRT; in GetDefaultRuntimeLibType()
H A DRISCVToolchain.cpp81 ToolChain::RLT_Libgcc : ToolChain::RLT_CompilerRT; in GetDefaultRuntimeLibType()
179 assert (RuntimeLib == ToolChain::RLT_CompilerRT); in ConstructJob()
H A DOpenBSD.h67 return ToolChain::RLT_CompilerRT; in GetDefaultRuntimeLibType()
H A DFreeBSD.h66 return ToolChain::RLT_CompilerRT; in GetDefaultRuntimeLibType()
H A DAVR.cpp470 (RtLib == ToolChain::RLT_Libgcc || RtLib == ToolChain::RLT_CompilerRT) && in ConstructJob()
556 if (RtLib == ToolChain::RLT_CompilerRT) { in ConstructJob()
H A DOHOS.h30 return ToolChain::RLT_CompilerRT; in GetDefaultRuntimeLibType()
H A DBareMetal.h52 return ToolChain::RLT_CompilerRT; in GetDefaultRuntimeLibType()
H A DFuchsia.h60 return ToolChain::RLT_CompilerRT; in GetDefaultRuntimeLibType()
H A DZOS.cpp212 return ToolChain::RLT_CompilerRT; in GetDefaultRuntimeLibType()
H A DLinux.cpp345 return ToolChain::RLT_CompilerRT; in GetDefaultRuntimeLibType()
761 if (RtLib == ToolChain::RLT_CompilerRT) in IsAArch64OutlineAtomicsDefault()
H A DOHOS.cpp183 return ToolChain::RLT_CompilerRT; in GetRuntimeLibType()
H A DAIX.cpp474 return ToolChain::RLT_CompilerRT; in GetDefaultRuntimeLibType()
H A DFuchsia.cpp362 return ToolChain::RLT_CompilerRT; in GetRuntimeLibType()
H A DWebAssembly.cpp416 return ToolChain::RLT_CompilerRT; in GetDefaultRuntimeLibType()
H A DBareMetal.cpp370 case ToolChain::RLT_CompilerRT: { in AddLinkRuntimeLib()
H A DDarwin.h259 return ToolChain::RLT_CompilerRT; in GetDefaultRuntimeLibType()
H A DGnu.cpp487 if (ToolChain.GetRuntimeLibType(Args) == ToolChain::RLT_CompilerRT && in ConstructJob()
647 if (ToolChain.GetRuntimeLibType(Args) == ToolChain::RLT_CompilerRT && in ConstructJob()
H A DCommonArgs.cpp2217 case ToolChain::RLT_CompilerRT: in AddRunTimeLibs()
H A DDarwin.cpp1460 return ToolChain::RLT_CompilerRT; in GetRuntimeLibType()
H A DClang.cpp7691 getToolChain().GetRuntimeLibType(Args) != ToolChain::RLT_CompilerRT)) { in ConstructJob()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h102 RLT_CompilerRT, enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp1055 runtimeLibType = ToolChain::RLT_CompilerRT; in GetRuntimeLibType()
1083 if (RtLibType == ToolChain::RLT_CompilerRT) { in GetUnwindLibType()
H A DDriver.cpp2241 case ToolChain::RLT_CompilerRT: in HandleImmediateArgs()