Searched refs:IsUsingLTO (Results 1 – 3 of 3) sorted by relevance
396 bool IsUsingLTO(const ArgList &Args) const;
1243 } else if (IsUsingLTO(Args)) { in ConstructPhaseAction()1258 bool Driver::IsUsingLTO(const ArgList &Args) const { in IsUsingLTO() function in Driver
4159 if (Version[0] >= 116 && D.IsUsingLTO(Args)) { in AddLinkArgs()5764 if (D.IsUsingLTO(Args) || Args.hasArg(options::OPT_use_gold_plugin)) { in ConstructJob()