Searched refs:RuntimeLib (Results 1 – 3 of 3) 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()
626 auto RuntimeLib = TC.GetRuntimeLibType(Args); in ConstructJob() local627 switch (RuntimeLib) { in ConstructJob()
836 ToolChain::RuntimeLibType RuntimeLib = GetRuntimeLibType(Args); in addFortranRuntimeLibs() local837 if (OMPRuntime == Driver::OMPRT_OMP && RuntimeLib == ToolChain::RLT_Libgcc) in addFortranRuntimeLibs()