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