Home
last modified time | relevance | path

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

/external/llvm/tools/bugpoint/
DToolRunner.cpp63 StringRef StdErrFile, in RunProgramWithTimeout() argument
67 const StringRef *Redirects[3] = { &StdInFile, &StdOutFile, &StdErrFile }; in RunProgramWithTimeout()
82 StringRef StdErrFile, in RunProgramRemotelyWithTimeout() argument
85 const StringRef *Redirects[3] = { &StdInFile, &StdOutFile, &StdErrFile }; in RunProgramRemotelyWithTimeout()
/external/swiftshader/third_party/LLVM/tools/bugpoint/
DToolRunner.cpp60 const sys::Path &StdErrFile, in RunProgramWithTimeout() argument
67 redirects[2] = &StdErrFile; in RunProgramWithTimeout()
93 const sys::Path &StdErrFile, in RunProgramRemotelyWithTimeout() argument
99 redirects[2] = &StdErrFile; in RunProgramRemotelyWithTimeout()