|
LLVM
8.0.1
|
This struct encapsulates information about a process. More...
#include "llvm/Support/Program.h"

Public Types | |
| enum | : procid_t { InvalidPid = 0 } |
Public Member Functions | |
| ProcessInfo () | |
Public Attributes | |
| procid_t | Pid |
| process_t | Process |
| The process identifier. More... | |
| int | ReturnCode |
| Platform-dependent process object. More... | |
| llvm::sys::ProcessInfo::ProcessInfo | ( | ) |
| process_t llvm::sys::ProcessInfo::Process |
| int llvm::sys::ProcessInfo::ReturnCode |
Platform-dependent process object.
The return code, set after execution.
Definition at line 51 of file Program.h.
Referenced by llvm::sys::ExecuteAndWait().
1.8.13