HomeSort by relevance Sort by last modified time
    Searched refs:DepOutputFile (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/slang/
slang_rs.cpp 296 const char *InputFile, *OutputFile, *BCOutputFile, *DepOutputFile;
382 DepOutputFile = DepFileIter->second;
386 if (!setDepOutput(DepOutputFile))
llvm-rs-cc.cpp 469 const char *BCOutputFile, *DepOutputFile;
480 DepOutputFile = OutputFile;
482 DepOutputFile = DetermineOutputFile(Opts.mOutputDepDir,
487 DepFiles.push_back(std::make_pair(BCOutputFile, DepOutputFile));

Completed in 824 milliseconds