Lines Matching full:program
21 #include "llvm/Support/Program.h"
55 /// to the sys::Program::ExecuteAndWait interface.
56 /// @see sys::Program::ExecuteAndWait
80 /// RunProgramRemotelyWithTimeout - This function runs the given program
81 /// remotely using the given remote client and the sys::Program::ExecuteAndWait.
82 /// Returns the remote program exit code or reports a remote client error if it
83 /// fails. Remote client is required to return 255 if it failed or program exit
85 /// @see sys::Program::ExecuteAndWait
104 // Run the program remotely with the remote client
218 // Add optional parameters to the running program from Argv
242 /// Prepend the path to the program being executed
251 // Check the directory that the calling program is in. We can do
332 // Add optional parameters to the running program from Argv
389 // Add optional parameters to the running program from Argv
401 // executed program. We cannot just pass the whole string after the command
402 // as a single argument because then program sees only a single
624 // Add optional parameters to the running program from Argv
733 GCCArgs.push_back("-O2"); // Optimize the program a bit...
785 // Add optional parameters to the running program from Argv
791 outs() << "<program>"; outs().flush();
805 // Treat a signal (usually SIGSEGV) or timeout as part of the program output
877 GCCArgs.push_back("-O2"); // Optimize the program a bit.