Home
last modified time | relevance | path

Searched refs:StdOutFile (Results 1 – 1 of 1) sorted by relevance

/external/llvm/tools/bugpoint/
DToolRunner.cpp61 StringRef StdOutFile, in RunProgramWithTimeout() argument
66 const StringRef *Redirects[3] = { &StdInFile, &StdOutFile, &StdErrFile }; in RunProgramWithTimeout()
80 StringRef StdOutFile, in RunProgramRemotelyWithTimeout() argument
84 const StringRef *Redirects[3] = { &StdInFile, &StdOutFile, &StdErrFile }; in RunProgramRemotelyWithTimeout()
99 std::string StdOutFileName = StdOutFile.str(); in RunProgramRemotelyWithTimeout()