Searched refs:RtLib (Results 1 – 2 of 2) sorted by relevance
467 auto RtLib = TC.GetRuntimeLibType(Args); in ConstructJob() local469 (RtLib == ToolChain::RLT_Libgcc || RtLib == ToolChain::RLT_CompilerRT) && in ConstructJob()490 if (RtLib == ToolChain::RLT_Libgcc) in ConstructJob()521 if (RtLib == ToolChain::RLT_Libgcc) in ConstructJob()536 if (RtLib == ToolChain::RLT_CompilerRT) { in ConstructJob()537 std::string RtLib = in ConstructJob() local539 if (llvm::sys::fs::exists(RtLib)) in ConstructJob()540 CmdArgs.push_back(Args.MakeArgString(RtLib)); in ConstructJob()
724 ToolChain::RuntimeLibType RtLib = GetRuntimeLibType(Args); in IsAArch64OutlineAtomicsDefault() local725 if (RtLib == ToolChain::RLT_CompilerRT) in IsAArch64OutlineAtomicsDefault()727 assert(RtLib == ToolChain::RLT_Libgcc && "unexpected runtime library type!"); in IsAArch64OutlineAtomicsDefault()