Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DTools.h370 bool NeedsTempPath(const InputInfoList &Inputs) const;
DTools.cpp7548 bool darwin::Linker::NeedsTempPath(const InputInfoList &Inputs) const { in NeedsTempPath() function in darwin::Linker
7589 if (Version[0] >= 116 && NeedsTempPath(Inputs)) { in AddLinkArgs()