LLVM 19.0.0git
Classes | Namespaces
Process.h File Reference

Provides a library for accessing information about this process and other processes on the operating system. More...

#include "llvm/Support/Chrono.h"
#include "llvm/Support/DataTypes.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/Program.h"
#include <optional>
#include <system_error>

Go to the source code of this file.

Classes

class  llvm::sys::Process
 A collection of legacy interfaces for querying information about the current executing process. More...
 

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 
namespace  llvm::sys
 

Detailed Description

Provides a library for accessing information about this process and other processes on the operating system.

Also provides means of spawning subprocess for commands. The design of this library is modeled after the proposed design of the Boost.Process library, and is design specifically to follow the style of standard libraries and potentially become a proposal for a standard library.

This file declares the llvm::sys::Process class which contains a collection of legacy static interfaces for extracting various information about the current process. The goal is to migrate users of this API over to the new interfaces.

Definition in file Process.h.