LLVM  3.7.0
Macros | Variables
Process.cpp File Reference
#include "llvm/ADT/StringExtras.h"
#include "llvm/Config/config.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/Process.h"
#include "llvm/Support/Program.h"
#include "Unix/Process.inc"
Include dependency graph for Process.cpp:

Go to the source code of this file.

Macros

#define COLOR(FGBG, CODE, BOLD)   "\033[0;" BOLD FGBG CODE "m"
 
#define ALLCOLORS(FGBG, BOLD)
 

Variables

static const char colorcodes [2][2][8][10]
 

Macro Definition Documentation

#define ALLCOLORS (   FGBG,
  BOLD 
)
Value:
{\
COLOR(FGBG, "0", BOLD),\
COLOR(FGBG, "1", BOLD),\
COLOR(FGBG, "2", BOLD),\
COLOR(FGBG, "3", BOLD),\
COLOR(FGBG, "4", BOLD),\
COLOR(FGBG, "5", BOLD),\
COLOR(FGBG, "6", BOLD),\
COLOR(FGBG, "7", BOLD)\
}
#define COLOR(FGBG, CODE, BOLD)
Definition: Process.cpp:58

Definition at line 60 of file Process.cpp.

#define COLOR (   FGBG,
  CODE,
  BOLD 
)    "\033[0;" BOLD FGBG CODE "m"

Definition at line 58 of file Process.cpp.

Variable Documentation

const char colorcodes[2][2][8][10]
static
Initial value:
= {
{ ALLCOLORS("3",""), ALLCOLORS("3","1;") },
{ ALLCOLORS("4",""), ALLCOLORS("4","1;") }
}
#define ALLCOLORS(FGBG, BOLD)
Definition: Process.cpp:60

Definition at line 71 of file Process.cpp.