Searched refs:RtLib (Results 1 – 2 of 2) sorted by relevance
544 auto RtLib = TC.GetRuntimeLibType(Args); in ConstructJob() local546 (RtLib == ToolChain::RLT_Libgcc || RtLib == ToolChain::RLT_CompilerRT) && in ConstructJob()567 if (RtLib == ToolChain::RLT_Libgcc) in ConstructJob()607 if (RtLib == ToolChain::RLT_Libgcc) in ConstructJob()622 if (RtLib == ToolChain::RLT_CompilerRT) { in ConstructJob()623 std::string RtLib = in ConstructJob() local625 if (llvm::sys::fs::exists(RtLib)) in ConstructJob()626 CmdArgs.push_back(Args.MakeArgString(RtLib)); in ConstructJob()
779 ToolChain::RuntimeLibType RtLib = GetRuntimeLibType(Args); in IsAArch64OutlineAtomicsDefault() local780 if (RtLib == ToolChain::RLT_CompilerRT) in IsAArch64OutlineAtomicsDefault()782 assert(RtLib == ToolChain::RLT_Libgcc && "unexpected runtime library type!"); in IsAArch64OutlineAtomicsDefault()