Home
last modified time | relevance | path

Searched refs:RtLib (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAVR.cpp544 auto RtLib = TC.GetRuntimeLibType(Args); in ConstructJob() local
546 (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() local
625 if (llvm::sys::fs::exists(RtLib)) in ConstructJob()
626 CmdArgs.push_back(Args.MakeArgString(RtLib)); in ConstructJob()
H A DLinux.cpp779 ToolChain::RuntimeLibType RtLib = GetRuntimeLibType(Args); in IsAArch64OutlineAtomicsDefault() local
780 if (RtLib == ToolChain::RLT_CompilerRT) in IsAArch64OutlineAtomicsDefault()
782 assert(RtLib == ToolChain::RLT_Libgcc && "unexpected runtime library type!"); in IsAArch64OutlineAtomicsDefault()