Searched refs:NeedsTempPath (Results 1 – 2 of 2) sorted by relevance
63 bool NeedsTempPath(const InputInfoList &Inputs) const;
171 bool darwin::Linker::NeedsTempPath(const InputInfoList &Inputs) const { in NeedsTempPath() function in darwin::Linker230 if (D.isUsingLTO() && Version[0] >= 116 && NeedsTempPath(Inputs)) { in AddLinkArgs()