LLVM  3.7.0
Namespaces | Functions | Variables
CoreCLRGC.cpp File Reference
#include "llvm/CodeGen/GCStrategy.h"
#include "llvm/IR/DerivedTypes.h"
#include "llvm/IR/Value.h"
Include dependency graph for CoreCLRGC.cpp:

Go to the source code of this file.

Namespaces

 llvm
 Compute iterated dominance frontiers using a linear time algorithm.
 

Functions

void llvm::linkCoreCLRGC ()
 FIXME: Collector instances are not useful on their own. More...
 

Variables

static GCRegistry::Add< CoreCLRGC > X ("coreclr","CoreCLR-compatible GC")
 

Variable Documentation

GCRegistry::Add<CoreCLRGC> X("coreclr","CoreCLR-compatible GC")
static