|
LLVM
8.0.1
|
#include "SafeStackColoring.h"#include "llvm/ADT/BitVector.h"#include "llvm/ADT/DenseMap.h"#include "llvm/ADT/DepthFirstIterator.h"#include "llvm/ADT/SmallVector.h"#include "llvm/Config/llvm-config.h"#include "llvm/IR/BasicBlock.h"#include "llvm/IR/CFG.h"#include "llvm/IR/Instruction.h"#include "llvm/IR/Instructions.h"#include "llvm/IR/IntrinsicInst.h"#include "llvm/IR/Intrinsics.h"#include "llvm/IR/User.h"#include "llvm/Support/Casting.h"#include "llvm/Support/CommandLine.h"#include "llvm/Support/Compiler.h"#include "llvm/Support/Debug.h"#include "llvm/Support/raw_ostream.h"#include <cassert>#include <tuple>#include <utility>
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(false)) |
| #define DEBUG_TYPE "safestackcoloring" |
Definition at line 35 of file SafeStackColoring.cpp.
|
static |
Referenced by llvm::safestack::StackColoring::run().
1.8.13