LLVM API Documentation
#include "llvm/CodeGen/GCMetadata.h"#include "llvm/CodeGen/GCStrategy.h"#include "llvm/CodeGen/MachineFrameInfo.h"#include "llvm/CodeGen/Passes.h"#include "llvm/IR/Function.h"#include "llvm/MC/MCSymbol.h"#include "llvm/Pass.h"#include "llvm/Support/Debug.h"#include "llvm/Support/ErrorHandling.h"#include "llvm/Support/raw_ostream.h"
Go to the source code of this file.
Functions | |
| INITIALIZE_PASS (GCModuleInfo,"collector-metadata","Create Garbage Collector Module Metadata", false, false) GCFunctionInfo | |
| static const char * | DescKind (GC::PointKind Kind) |
| static const char* DescKind | ( | GC::PointKind | Kind | ) | [static] |
Definition at line 125 of file GCMetadata.cpp.
References llvm_unreachable, llvm::GC::Loop, llvm::GC::PostCall, llvm::GC::PreCall, and llvm::GC::Return.
| INITIALIZE_PASS | ( | GCModuleInfo | , |
| "collector-metadata" | , | ||
| "Create Garbage Collector Module Metadata" | , | ||
| false | , | ||
| false | |||
| ) |
Definition at line 45 of file GCMetadata.cpp.