Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DMipsLinux.h48 : RuntimeLibType::RLT_CompilerRT; in GetDefaultRuntimeLibType()
H A DOpenBSD.h63 return ToolChain::RLT_CompilerRT; in GetDefaultRuntimeLibType()
H A DBareMetal.h42 return ToolChain::RLT_CompilerRT; in GetDefaultRuntimeLibType()
H A DFuchsia.h48 return ToolChain::RLT_CompilerRT; in GetDefaultRuntimeLibType()
H A DWebAssembly.cpp130 return ToolChain::RLT_CompilerRT; in GetDefaultRuntimeLibType()
H A DFuchsia.cpp193 return ToolChain::RLT_CompilerRT; in GetRuntimeLibType()
H A DDarwin.h241 return ToolChain::RLT_CompilerRT; in GetDefaultRuntimeLibType()
H A DCommonArgs.cpp1192 case ToolChain::RLT_CompilerRT: in AddRunTimeLibs()
H A DDarwin.cpp1075 return ToolChain::RLT_CompilerRT; in GetRuntimeLibType()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/
H A DToolChain.h99 RLT_CompilerRT, enumerator
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/
H A DToolChain.cpp671 return ToolChain::RLT_CompilerRT; in GetRuntimeLibType()
H A DDriver.cpp1734 case ToolChain::RLT_CompilerRT: in HandleImmediateArgs()