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 300 const char *InputFile, *OutputFile, *BCOutputFile, *DepOutputFile;
388 DepOutputFile = DepFileIter->second;
392 if (!setDepOutput(DepOutputFile))
llvm-rs-cc.cpp 467 const char *BCOutputFile, *DepOutputFile;
478 DepOutputFile = OutputFile;
480 DepOutputFile = DetermineOutputFile(Opts.mOutputDepDir,
485 DepFiles.push_back(std::make_pair(BCOutputFile, DepOutputFile));

Completed in 26 milliseconds