|
LLVM
3.7.0
|
#include "llvm/ADT/Optional.h"#include "llvm/IR/Function.h"#include "llvm/IR/Module.h"#include "llvm/IR/Value.h"#include "llvm/Support/ErrorHandling.h"#include "llvm/Support/Registry.h"#include <string>Go to the source code of this file.
Classes | |
| class | llvm::GCStrategy |
| GCStrategy describes a garbage collector algorithm's code generation requirements, and provides overridable hooks for those needs which cannot be abstractly described. More... | |
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
| llvm::GC | |
Typedefs | |
| typedef Registry< GCStrategy > | llvm::GCRegistry |
| Subclasses of GCStrategy are made available for use during compilation by adding them to the global GCRegistry. More... | |
Enumerations | |
| enum | llvm::GC::PointKind { llvm::GC::PreCall, llvm::GC::PostCall } |
| PointKind - Used to indicate whether the address of the call instruction or the address after the call instruction is listed in the stackmap. More... | |
1.8.6