Home | History | Annotate | Download | only in bugpoint

Lines Matching refs:ExecuteAndWait

55 /// to the sys::Program::ExecuteAndWait interface.
56 /// @see sys::Program::ExecuteAndWait
76 return sys::ExecuteAndWait(ProgramPath, Args, 0, Redirects,
81 /// remotely using the given remote client and the sys::Program::ExecuteAndWait.
85 /// @see sys::Program::ExecuteAndWait
105 int ReturnCode = sys::ExecuteAndWait(RemoteClientPath, Args, 0,