Go to the source code of this file.
|
namespace | SVF |
| for isBitcode
|
|
◆ CLOCK_IN_MS
#define CLOCK_IN_MS |
( |
| ) |
(clock() / (CLOCKS_PER_SEC / TIMEINTERVAL)) |
◆ DAndersen
#define DAndersen "ander" |
◆ DBOUT
LLVM debug macros, define type of your DBUG model of each pass.
Definition at line 484 of file SVFType.h.
◆ DCache
◆ DCHA
◆ DCOMModel
◆ DDDA
◆ DDumpPT
◆ DGENERAL
#define DGENERAL "general" |
General debug flag is for each phase of a pass, it is often in a colorful output format
Definition at line 490 of file SVFType.h.
◆ DInstrument
#define DInstrument "ins" |
◆ DMemModel
◆ DMemModelCE
#define DMemModelCE "mmce" |
◆ DMSSA
◆ DMTA
◆ DOSTAT
◆ DOTIMESTAT
#define DOTIMESTAT |
( |
|
X | ) |
X |
◆ DPAGBuild
◆ DRefinePT
◆ DSaber
◆ DWPA
◆ NATIVE_INT_SIZE
#define NATIVE_INT_SIZE (sizeof(unsigned long long) * CHAR_BIT) |
Size of native integer that we'll use for bit vectors, in bits.
Definition at line 516 of file SVFType.h.
◆ SVF_DEBUG_WITH_TYPE
#define SVF_DEBUG_WITH_TYPE |
( |
|
TYPE, |
|
|
|
X |
|
) |
| |
Value:
Definition at line 477 of file SVFType.h.
479 { \
480 } while (false)
◆ TIMEINTERVAL
#define TIMEINTERVAL 1000 |