LLVM API Documentation

Defines | Variables
ShadowStackGC.cpp File Reference
#include "llvm/CodeGen/GCs.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/CodeGen/GCStrategy.h"
#include "llvm/IR/CallSite.h"
#include "llvm/IR/IRBuilder.h"
#include "llvm/IR/IntrinsicInst.h"
#include "llvm/IR/Module.h"
Include dependency graph for ShadowStackGC.cpp:

Go to the source code of this file.

Defines

#define DEBUG_TYPE   "shadowstackgc"

Variables

static GCRegistry::Add
< ShadowStackGC > 
X ("shadow-stack","Very portable GC for uncooperative code generators")

Define Documentation

#define DEBUG_TYPE   "shadowstackgc"

Definition at line 38 of file ShadowStackGC.cpp.


Variable Documentation

GCRegistry::Add<ShadowStackGC> X("shadow-stack","Very portable GC for uncooperative code generators") [static]