Go to the source code of this file.
|
std::string | llvm::sys::FindProgramByName (const std::string &name) |
| Construct a Program by finding it by name. More...
|
|
error_code | llvm::sys::ChangeStdinToBinary () |
|
error_code | llvm::sys::ChangeStdoutToBinary () |
|
error_code | llvm::sys::ChangeStderrToBinary () |
|
int | llvm::sys::ExecuteAndWait (StringRef Program, const char **args, const char **env=0, const StringRef **redirects=0, unsigned secondsToWait=0, unsigned memoryLimit=0, std::string *ErrMsg=0, bool *ExecutionFailed=0) |
|
ProcessInfo | llvm::sys::ExecuteNoWait (StringRef Program, const char **args, const char **env=0, const StringRef **redirects=0, unsigned memoryLimit=0, std::string *ErrMsg=0, bool *ExecutionFailed=0) |
|
bool | llvm::sys::argumentsFitWithinSystemLimits (ArrayRef< const char * > Args) |
|
ProcessInfo | llvm::sys::Wait (const ProcessInfo &PI, unsigned SecondsToWait, bool WaitUntilTerminates, std::string *ErrMsg=0) |
|