Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DDarwin.h67 bool NeedsTempPath(const InputInfoList &Inputs) const;
H A DDarwin.cpp167 bool darwin::Linker::NeedsTempPath(const InputInfoList &Inputs) const { in NeedsTempPath() function in darwin::Linker
227 if (D.isUsingLTO() && Version[0] >= 116 && NeedsTempPath(Inputs)) { in AddLinkArgs()