Searched refs:DepFile (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Driver/
H A DTools.cpp254 const char *DepFile; local
256 DepFile = MF->getValue();
257 C.addFailureResultFile(DepFile, &JA);
259 DepFile = Output.getFilename();
262 DepFile = "-";
264 DepFile = getDependencyFileName(Args, Inputs);
265 C.addFailureResultFile(DepFile, &JA);
268 CmdArgs.push_back(DepFile);

Completed in 75 milliseconds