Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCSKYToolChain.cpp68 : ToolChain::RLT_CompilerRT; in GetDefaultRuntimeLibType()
156 assert(RuntimeLib == ToolChain::RLT_CompilerRT); in ConstructJob()
H A DMipsLinux.h48 : RuntimeLibType::RLT_CompilerRT; in GetDefaultRuntimeLibType()
H A DVEToolchain.h56 return ToolChain::RLT_CompilerRT; in GetDefaultRuntimeLibType()
H A DOpenBSD.h67 return ToolChain::RLT_CompilerRT; in GetDefaultRuntimeLibType()
H A DAVR.cpp546 (RtLib == ToolChain::RLT_Libgcc || RtLib == ToolChain::RLT_CompilerRT) && in ConstructJob()
622 if (RtLib == ToolChain::RLT_CompilerRT) { in ConstructJob()
H A DFreeBSD.h66 return ToolChain::RLT_CompilerRT; in GetDefaultRuntimeLibType()
H A DOHOS.h30 return ToolChain::RLT_CompilerRT; in GetDefaultRuntimeLibType()
H A DBareMetal.cpp384 return ToolChain::RLT_CompilerRT; in GetDefaultRuntimeLibType()
633 case (ToolChain::RLT_CompilerRT): { in ConstructJob()
H A DLinux.cpp360 return ToolChain::RLT_CompilerRT; in GetDefaultRuntimeLibType()
780 if (RtLib == ToolChain::RLT_CompilerRT) in IsAArch64OutlineAtomicsDefault()
H A DZOS.cpp220 return ToolChain::RLT_CompilerRT; in GetDefaultRuntimeLibType()
H A DOHOS.cpp184 return ToolChain::RLT_CompilerRT; in GetRuntimeLibType()
H A DFuchsia.cpp354 return ToolChain::RLT_CompilerRT; in GetRuntimeLibType()
H A DAIX.cpp605 return ToolChain::RLT_CompilerRT; in GetDefaultRuntimeLibType()
H A DWebAssembly.cpp455 return ToolChain::RLT_CompilerRT; in GetDefaultRuntimeLibType()
H A DDarwin.h272 return ToolChain::RLT_CompilerRT; in GetDefaultRuntimeLibType()
H A DGnu.cpp419 if (ToolChain.GetRuntimeLibType(Args) == ToolChain::RLT_CompilerRT && in ConstructJob()
570 if (ToolChain.GetRuntimeLibType(Args) == ToolChain::RLT_CompilerRT && in ConstructJob()
H A DCommonArgs.cpp2371 case ToolChain::RLT_CompilerRT: in AddRunTimeLibs()
H A DDarwin.cpp1531 return ToolChain::RLT_CompilerRT; in GetRuntimeLibType()
H A DClang.cpp7952 getToolChain().GetRuntimeLibType(Args) != ToolChain::RLT_CompilerRT)) { in ConstructJob()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h102 RLT_CompilerRT, enumerator
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp1309 runtimeLibType = ToolChain::RLT_CompilerRT; in GetRuntimeLibType()
1337 if (RtLibType == ToolChain::RLT_CompilerRT) { in GetUnwindLibType()
H A DDriver.cpp2587 case ToolChain::RLT_CompilerRT: in HandleImmediateArgs()