Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DCSKYToolChain.cpp151 auto RuntimeLib = ToolChain.GetRuntimeLibType(Args); in ConstructJob() local
152 if (RuntimeLib == ToolChain::RLT_Libgcc) { in ConstructJob()
156 assert(RuntimeLib == ToolChain::RLT_CompilerRT); in ConstructJob()
H A DRISCVToolchain.cpp174 auto RuntimeLib = ToolChain.GetRuntimeLibType(Args); in ConstructJob() local
175 if (RuntimeLib == ToolChain::RLT_Libgcc) { in ConstructJob()
179 assert (RuntimeLib == ToolChain::RLT_CompilerRT); in ConstructJob()