LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros | Variables
ShadowStackGC.cpp File Reference
#include "llvm/CodeGen/GCs.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/CodeGen/GCStrategy.h"
#include "llvm/IR/IRBuilder.h"
#include "llvm/IR/IntrinsicInst.h"
#include "llvm/IR/Module.h"
#include "llvm/Support/CallSite.h"
Include dependency graph for ShadowStackGC.cpp:

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "shadowstackgc"
 

Variables

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

Macro Definition Documentation

#define DEBUG_TYPE   "shadowstackgc"

Definition at line 28 of file ShadowStackGC.cpp.

Variable Documentation

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