|
LLVM
4.0.0
|
#include "SafeStackColoring.h"#include "llvm/ADT/DepthFirstIterator.h"#include "llvm/IR/CFG.h"#include "llvm/IR/Instructions.h"#include "llvm/IR/IntrinsicInst.h"#include "llvm/Support/Debug.h"Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "safestackcoloring" |
Variables | |
| static cl::opt< bool > | ClColoring ("safe-stack-coloring", cl::desc("enable safe stack coloring"), cl::Hidden, cl::init(true)) |
| #define DEBUG_TYPE "safestackcoloring" |
Definition at line 21 of file SafeStackColoring.cpp.
1.8.6