Searched refs:IsUsingLTO (Results 1 – 3 of 3) sorted by relevance
405 bool IsUsingLTO(const ToolChain &TC, const llvm::opt::ArgList &Args) const;
1362 if (IsUsingLTO(TC, Args)) { in ConstructPhaseAction()1383 bool Driver::IsUsingLTO(const ToolChain &TC, const ArgList &Args) const { in IsUsingLTO() function in Driver
5853 if (D.IsUsingLTO(ToolChain, Args)) in ConstructJob()6004 if (Version[0] >= 116 && D.IsUsingLTO(getToolChain(), Args) && in AddLinkArgs()7038 if (D.IsUsingLTO(getToolChain(), Args)) in ConstructJob()7894 if (D.IsUsingLTO(getToolChain(), Args)) in ConstructJob()