HomeSort by: relevance | last modified time | path
    Searched refs:NeedsTempPath (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Darwin.h 63 bool NeedsTempPath(const InputInfoList &Inputs) const;
Darwin.cpp 171 bool darwin::Linker::NeedsTempPath(const InputInfoList &Inputs) const {
230 if (D.isUsingLTO() && Version[0] >= 116 && NeedsTempPath(Inputs)) {

Completed in 82 milliseconds