LLVM API Documentation

GCMetadata.cpp File Reference

#include "llvm/CodeGen/GCMetadata.h"
#include "llvm/CodeGen/GCStrategy.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/Pass.h"
#include "llvm/CodeGen/Passes.h"
#include "llvm/Function.h"
#include "llvm/Support/Compiler.h"

Include dependency graph for GCMetadata.cpp:

Go to the source code of this file.

Functions

FunctionPassllvm::createGCInfoPrinter (std::ostream &OS)
static const char * DescKind (GC::PointKind Kind)
FunctionPassllvm::createGCInfoDeleter ()

Variables

static RegisterPass< GCModuleInfoX ("collector-metadata","Create Garbage Collector Module Metadata")


Function Documentation

static const char* DescKind ( GC::PointKind  Kind  )  [static]


Variable Documentation

char ID [static]

Definition at line 27 of file GCMetadata.cpp.

std::ostream& OS

RegisterPass<GCModuleInfo> X("collector-metadata","Create Garbage Collector Module Metadata") [static]




This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.