Lines Matching refs:Process
1 //===- Unix/Process.cpp - Unix Process Implementation --------- -*- C++ -*-===//
10 // This file provides the generic Unix implementation of the Process class.
84 unsigned Process::getPageSize() {
95 size_t Process::GetMallocUsage() {
124 void Process::GetTimeUsage(TimeValue &elapsed, TimeValue &user_time,
137 void Process::PreventCoreFiles() {
176 Optional<std::string> Process::GetEnv(StringRef Name) {
185 Process::GetArgumentVector(SmallVectorImpl<const char *> &ArgsOut,
212 std::error_code Process::FixupStandardFileDescriptors() {
249 std::error_code Process::SafelyCloseFileDescriptor(int FD) {
284 bool Process::StandardInIsUserInput() {
288 bool Process::StandardOutIsDisplayed() {
292 bool Process::StandardErrIsDisplayed() {
296 bool Process::FileDescriptorIsDisplayed(int fd) {
325 unsigned Process::StandardOutColumns() {
332 unsigned Process::StandardErrColumns() {
393 bool Process::FileDescriptorHasColors(int fd) {
399 bool Process::StandardOutHasColors() {
403 bool Process::StandardErrHasColors() {
407 void Process::UseANSIEscapeCodes(bool /*enable*/) {
411 bool Process::ColorNeedsFlush() {
416 const char *Process::OutputColor(char code, bool bold, bool bg) {
420 const char *Process::OutputBold(bool bg) {
424 const char *Process::OutputReverse() {
428 const char *Process::ResetColor() {
457 unsigned llvm::sys::Process::GetRandomNumber() {