LLVM API Documentation
#include "llvm/Support/Program.h"#include "llvm/Config/config.h"#include <system_error>#include "Unix/Program.inc"
Go to the source code of this file.
Functions | |
| static bool | Execute (ProcessInfo &PI, StringRef Program, const char **args, const char **env, const StringRef **Redirects, unsigned memoryLimit, std::string *ErrMsg) |
| static bool Execute | ( | ProcessInfo & | PI, |
| StringRef | Program, | ||
| const char ** | args, | ||
| const char ** | env, | ||
| const StringRef ** | Redirects, | ||
| unsigned | memoryLimit, | ||
| std::string * | ErrMsg | ||
| ) | [static] |
Referenced by llvm::sys::fs::can_execute(), llvm::sys::ExecuteAndWait(), and llvm::sys::ExecuteNoWait().