LLVM
8.0.1
|
#include "llvm/ADT/None.h"
#include "llvm/ADT/Optional.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 | |
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... | |