Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
HDCSKYToolChain.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()
HDRISCVToolchain.cpp182 auto RuntimeLib = ToolChain.GetRuntimeLibType(Args); in ConstructJob() local
183 if (RuntimeLib == ToolChain::RLT_Libgcc) { in ConstructJob()
187 assert (RuntimeLib == ToolChain::RLT_CompilerRT); in ConstructJob()