LLVM
8.0.1
|
Provides a library for accessing information about this process and other processes on the operating system. More...
#include "llvm/ADT/Optional.h"
#include "llvm/Support/Allocator.h"
#include "llvm/Support/Chrono.h"
#include "llvm/Support/DataTypes.h"
#include <system_error>
Go to the source code of this file.
Classes | |
class | llvm::ArrayRef< T > |
ArrayRef - Represent a constant reference to an array (0 or more elements consecutively in memory), i.e. More... | |
class | llvm::sys::Process |
A collection of legacy interfaces for querying information about the current executing process. More... | |
Namespaces | |
llvm | |
This class represents lattice values for constants. | |
llvm::sys | |
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.