Home
last modified time | relevance | path

Searched refs:RuntimeLib (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCSKYToolChain.cpp152 auto RuntimeLib = ToolChain.GetRuntimeLibType(Args); in ConstructJob() local
153 if (RuntimeLib == ToolChain::RLT_Libgcc) { in ConstructJob()
157 assert(RuntimeLib == ToolChain::RLT_CompilerRT); in ConstructJob()
H A DRISCVToolchain.cpp182 auto RuntimeLib = ToolChain.GetRuntimeLibType(Args); in ConstructJob()
183 if (RuntimeLib == ToolChain::RLT_Libgcc) { in ConstructJob()
187 assert (RuntimeLib == ToolChain::RLT_CompilerRT); in ConstructJob()
174 auto RuntimeLib = ToolChain.GetRuntimeLibType(Args); ConstructJob() local