Searched refs:RuntimeLib (Results 1 – 2 of 2) sorted by relevance
152 auto RuntimeLib = ToolChain.GetRuntimeLibType(Args); in ConstructJob() local153 if (RuntimeLib == ToolChain::RLT_Libgcc) { in ConstructJob()157 assert(RuntimeLib == ToolChain::RLT_CompilerRT); in ConstructJob()
182 auto RuntimeLib = ToolChain.GetRuntimeLibType(Args); in ConstructJob() local183 if (RuntimeLib == ToolChain::RLT_Libgcc) { in ConstructJob()187 assert (RuntimeLib == ToolChain::RLT_CompilerRT); in ConstructJob()