LLVM  8.0.1
Classes | Namespaces | Typedefs
GCStrategy.h File Reference
#include "llvm/ADT/None.h"
#include "llvm/ADT/Optional.h"
#include "llvm/Support/Registry.h"
#include <string>
Include dependency graph for GCStrategy.h:
This graph shows which files directly or indirectly include this file:

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
 This class represents lattice values for constants.
 

Typedefs

using llvm::GCRegistry = Registry< GCStrategy >
 Subclasses of GCStrategy are made available for use during compilation by adding them to the global GCRegistry. More...