Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DMipsLinux.h48 : RuntimeLibType::RLT_CompilerRT; in GetDefaultRuntimeLibType()
H A DCSKYToolChain.cpp68 : ToolChain::RLT_CompilerRT; in GetDefaultRuntimeLibType()
156 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 DBareMetal.h56 return ToolChain::RLT_CompilerRT; in GetDefaultRuntimeLibType()
H A DFuchsia.h48 return ToolChain::RLT_CompilerRT; in GetDefaultRuntimeLibType()
H A DAIX.cpp294 return ToolChain::RLT_CompilerRT; in GetDefaultRuntimeLibType()
H A DLinux.cpp323 return ToolChain::RLT_CompilerRT; in GetDefaultRuntimeLibType()
714 if (RtLib == ToolChain::RLT_CompilerRT) in IsAArch64OutlineAtomicsDefault()
H A DBareMetal.cpp295 case ToolChain::RLT_CompilerRT: in AddLinkRuntimeLib()
H A DFuchsia.cpp317 return ToolChain::RLT_CompilerRT; in GetRuntimeLibType()
H A DWebAssembly.cpp369 return ToolChain::RLT_CompilerRT; in GetDefaultRuntimeLibType()
H A DDarwin.h260 return ToolChain::RLT_CompilerRT; in GetDefaultRuntimeLibType()
H A DGnu.cpp520 if (ToolChain.GetRuntimeLibType(Args) == ToolChain::RLT_CompilerRT && in ConstructJob()
673 if (ToolChain.GetRuntimeLibType(Args) == ToolChain::RLT_CompilerRT && in ConstructJob()
H A DCommonArgs.cpp1575 case ToolChain::RLT_CompilerRT: in AddRunTimeLibs()
H A DDarwin.cpp1398 return ToolChain::RLT_CompilerRT; in GetRuntimeLibType()
/llvm-project-15.0.7/clang/lib/Driver/
H A DToolChain.cpp828 runtimeLibType = ToolChain::RLT_CompilerRT; in GetRuntimeLibType()
856 if (RtLibType == ToolChain::RLT_CompilerRT) { in GetUnwindLibType()
H A DDriver.cpp2078 case ToolChain::RLT_CompilerRT: in HandleImmediateArgs()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DToolChain.h101 RLT_CompilerRT, enumerator