#include "llvm/Support/Registry.h"
#include <optional>
#include <string>
Go to the source code of this file.
|
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...
|
|
|
namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations.
|
|
|
using | llvm::GCRegistry = Registry< GCStrategy > |
| Subclasses of GCStrategy are made available for use during compilation by adding them to the global GCRegistry.
|
|