struct ProcessInfo

Declaration

struct ProcessInfo { /* full declaration omitted */ };

Description

This struct encapsulates information about a process.

Declared at: llvm/include/llvm/Support/Program.h:46

Member Variables

public llvm::sys::procid_t Pid
public llvm::sys::process_t Process
The process identifier.
public int ReturnCode
The return code, set after execution.

Method Overview

Methods

ΒΆProcessInfo()

Declared at: llvm/include/llvm/Support/Program.h:55