Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DDarwin.h63 bool NeedsTempPath(const InputInfoList &Inputs) const;
H A DDarwin.cpp171 bool darwin::Linker::NeedsTempPath(const InputInfoList &Inputs) const { in NeedsTempPath() function in darwin::Linker
230 if (D.isUsingLTO() && Version[0] >= 116 && NeedsTempPath(Inputs)) { in AddLinkArgs()