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

  /frameworks/compile/slang/
slang_rs.cpp 300 const char *InputFile, *OutputFile, *BCOutputFile, *DepOutputFile;
387 BCOutputFile = DepFileIter->first;
390 setDepTargetBC(BCOutputFile);
llvm-rs-cc.cpp 467 const char *BCOutputFile, *DepOutputFile;
470 BCOutputFile = OutputFile;
472 BCOutputFile = DetermineOutputFile(Opts.mOutputDepDir,
485 DepFiles.push_back(std::make_pair(BCOutputFile, DepOutputFile));

Completed in 39 milliseconds