|
LLVM
4.0.0
|
#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"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] |
| static bool | coreFilesPrevented = false |
| #define ALLCOLORS | ( | FGBG, | |
| BOLD | |||
| ) |
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.
|
static |
Definition at line 71 of file Process.cpp.
Definition at line 77 of file Process.cpp.
Referenced by llvm::sys::Process::AreCoreFilesPrevented().
1.8.6