LLVM API Documentation
This struct encapsulates information about a process. More...
#include <Program.h>

Public Types | |
| typedef pid_t | ProcessId |
Public Member Functions | |
| ProcessInfo () | |
Public Attributes | |
| ProcessId | Pid |
| The process identifier. | |
| int | ReturnCode |
| The return code, set after execution. | |
| typedef pid_t llvm::sys::ProcessInfo::ProcessId |
The return code, set after execution.
Definition at line 49 of file Program.h.
Referenced by llvm::sys::ExecuteAndWait().