LLVM
8.0.1
|
#include "llvm/Support/Process.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/Config/llvm-config.h"
#include "llvm/Config/config.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/Path.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 = !LLVM_ENABLE_CRASH_DUMPS |
#define ALLCOLORS | ( | FGBG, | |
BOLD | |||
) |
Definition at line 70 of file Process.cpp.
#define COLOR | ( | FGBG, | |
CODE, | |||
BOLD | |||
) | "\033[0;" BOLD FGBG CODE "m" |
Definition at line 68 of file Process.cpp.
Definition at line 81 of file Process.cpp.
|
static |
Definition at line 88 of file Process.cpp.
Referenced by llvm::sys::Process::AreCoreFilesPrevented().