|
LLVM
4.0.0
|
#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 |
Definition at line 100 of file GCMetadata.cpp.
References llvm_unreachable, llvm::GC::PostCall, and llvm::GC::PreCall.
| INITIALIZE_PASS | ( | GCModuleInfo | , |
| "collector-metadata" | , | ||
| "Create Garbage Collector Module Metadata" | , | ||
| false | , | ||
| false | |||
| ) |
Definition at line 43 of file GCMetadata.cpp.
1.8.6