LLVM API Documentation
#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"
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 DEBUG_TYPE "shadowstackgc" |
Definition at line 38 of file ShadowStackGC.cpp.
GCRegistry::Add<ShadowStackGC> X("shadow-stack","Very portable GC for uncooperative code generators") [static] |