Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMipsLinux.h48 : RuntimeLibType::RLT_CompilerRT; in GetDefaultRuntimeLibType()
H A DRISCVToolchain.cpp81 ToolChain::RLT_Libgcc : ToolChain::RLT_CompilerRT; in GetDefaultRuntimeLibType()
172 assert (RuntimeLib == ToolChain::RLT_CompilerRT); in ConstructJob()
H A DVEToolchain.h57 return ToolChain::RLT_CompilerRT; in GetDefaultRuntimeLibType()
H A DOpenBSD.h65 return ToolChain::RLT_CompilerRT; in GetDefaultRuntimeLibType()
H A DFuchsia.h48 return ToolChain::RLT_CompilerRT; in GetDefaultRuntimeLibType()
H A DBareMetal.h54 return ToolChain::RLT_CompilerRT; in GetDefaultRuntimeLibType()
H A DAIX.cpp240 return ToolChain::RLT_CompilerRT; in GetDefaultRuntimeLibType()
H A DLinux.cpp315 return ToolChain::RLT_CompilerRT; in GetDefaultRuntimeLibType()
664 if (RtLib == ToolChain::RLT_CompilerRT) in IsAArch64OutlineAtomicsDefault()
H A DBareMetal.cpp278 case ToolChain::RLT_CompilerRT: in AddLinkRuntimeLib()
H A DWebAssembly.cpp330 return ToolChain::RLT_CompilerRT; in GetDefaultRuntimeLibType()
H A DFuchsia.cpp300 return ToolChain::RLT_CompilerRT; in GetRuntimeLibType()
H A DDarwin.h238 return ToolChain::RLT_CompilerRT; in GetDefaultRuntimeLibType()
H A DGnu.cpp528 if (ToolChain.GetRuntimeLibType(Args) == ToolChain::RLT_CompilerRT && in ConstructJob()
649 if (ToolChain.GetRuntimeLibType(Args) == ToolChain::RLT_CompilerRT && in ConstructJob()
H A DCommonArgs.cpp1486 case ToolChain::RLT_CompilerRT: in AddRunTimeLibs()
H A DDarwin.cpp1281 return ToolChain::RLT_CompilerRT; in GetRuntimeLibType()
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp765 runtimeLibType = ToolChain::RLT_CompilerRT; in GetRuntimeLibType()
793 if (RtLibType == ToolChain::RLT_CompilerRT) { in GetUnwindLibType()
H A DDriver.cpp1882 case ToolChain::RLT_CompilerRT: in HandleImmediateArgs()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h101 RLT_CompilerRT, enumerator