Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/bugpoint/
H A DToolRunner.cpp56 ArrayRef<StringRef> Args, StringRef StdInFile, in RunProgramWithTimeout() argument
61 std::optional<StringRef> Redirects[3] = {StdInFile, StdOutFile, StdErrFile}; in RunProgramWithTimeout()
73 StringRef RemoteClientPath, ArrayRef<StringRef> Args, StringRef StdInFile, in RunProgramRemotelyWithTimeout() argument
76 std::optional<StringRef> Redirects[3] = {StdInFile, StdOutFile, StdErrFile}; in RunProgramRemotelyWithTimeout()