Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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 DAVR.cpp469 (RtLib == ToolChain::RLT_Libgcc || RtLib == ToolChain::RLT_CompilerRT) && in ConstructJob()
536 if (RtLib == ToolChain::RLT_CompilerRT) { in ConstructJob()
H A DBareMetal.h50 return ToolChain::RLT_CompilerRT; in GetDefaultRuntimeLibType()
H A DOpenBSD.h67 return ToolChain::RLT_CompilerRT; in GetDefaultRuntimeLibType()
H A DFuchsia.h48 return ToolChain::RLT_CompilerRT; in GetDefaultRuntimeLibType()
H A DFreeBSD.h66 return ToolChain::RLT_CompilerRT; in GetDefaultRuntimeLibType()
H A DLinux.cpp317 return ToolChain::RLT_CompilerRT; in GetDefaultRuntimeLibType()
725 if (RtLib == ToolChain::RLT_CompilerRT) in IsAArch64OutlineAtomicsDefault()
H A DBareMetal.cpp288 case ToolChain::RLT_CompilerRT: { in AddLinkRuntimeLib()
H A DAIX.cpp394 return ToolChain::RLT_CompilerRT; in GetDefaultRuntimeLibType()
H A DFuchsia.cpp319 return ToolChain::RLT_CompilerRT; in GetRuntimeLibType()
H A DWebAssembly.cpp369 return ToolChain::RLT_CompilerRT; in GetDefaultRuntimeLibType()
H A DDarwin.h261 return ToolChain::RLT_CompilerRT; in GetDefaultRuntimeLibType()
H A DGnu.cpp526 if (ToolChain.GetRuntimeLibType(Args) == ToolChain::RLT_CompilerRT && in ConstructJob()
672 if (ToolChain.GetRuntimeLibType(Args) == ToolChain::RLT_CompilerRT && in ConstructJob()
H A DCommonArgs.cpp1763 case ToolChain::RLT_CompilerRT: in AddRunTimeLibs()
H A DDarwin.cpp1400 return ToolChain::RLT_CompilerRT; in GetRuntimeLibType()
H A DClang.cpp7370 getToolChain().GetRuntimeLibType(Args) != ToolChain::RLT_CompilerRT)) { in ConstructJob()
/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DToolChain.cpp869 runtimeLibType = ToolChain::RLT_CompilerRT; in GetRuntimeLibType()
897 if (RtLibType == ToolChain::RLT_CompilerRT) { in GetUnwindLibType()
H A DDriver.cpp2194 case ToolChain::RLT_CompilerRT: in HandleImmediateArgs()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DToolChain.h101 RLT_CompilerRT, enumerator