Searched refs:RuntimeLib (Results 1 – 2 of 2) sorted by relevance
151 auto RuntimeLib = ToolChain.GetRuntimeLibType(Args); in ConstructJob() local152 if (RuntimeLib == ToolChain::RLT_Libgcc) { in ConstructJob()156 assert(RuntimeLib == ToolChain::RLT_CompilerRT); in ConstructJob()
174 auto RuntimeLib = ToolChain.GetRuntimeLibType(Args); in ConstructJob() local175 if (RuntimeLib == ToolChain::RLT_Libgcc) { in ConstructJob()179 assert (RuntimeLib == ToolChain::RLT_CompilerRT); in ConstructJob()