Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DRISCVToolchain.cpp81 ToolChain::RLT_Libgcc : ToolChain::RLT_CompilerRT; in GetDefaultRuntimeLibType()
172 assert (RuntimeLib == ToolChain::RLT_CompilerRT); in ConstructJob()
H A DMipsLinux.h48 : RuntimeLibType::RLT_CompilerRT; in GetDefaultRuntimeLibType()
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.cpp237 return ToolChain::RLT_CompilerRT; in GetDefaultRuntimeLibType()
H A DLinux.cpp316 return ToolChain::RLT_CompilerRT; in GetDefaultRuntimeLibType()
667 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.h241 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.cpp1481 case ToolChain::RLT_CompilerRT: in AddRunTimeLibs()
H A DDarwin.cpp1279 return ToolChain::RLT_CompilerRT; in GetRuntimeLibType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DToolChain.cpp762 runtimeLibType = ToolChain::RLT_CompilerRT; in GetRuntimeLibType()
790 if (RtLibType == ToolChain::RLT_CompilerRT) { in GetUnwindLibType()
H A DDriver.cpp1890 case ToolChain::RLT_CompilerRT: in HandleImmediateArgs()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DToolChain.h101 RLT_CompilerRT, enumerator