Searched refs:GCRegistry (Results 1 – 5 of 5) sorted by relevance
120 static GCRegistry::Add<ErlangGC> A("erlang",122 static GCRegistry::Add<OcamlGC> B("ocaml", "ocaml 3.10-compatible GC");123 static GCRegistry::Add<ShadowStackGC>125 static GCRegistry::Add<StatepointGC> D("statepoint-example",127 static GCRegistry::Add<CoreCLRGC> E("coreclr", "CoreCLR-compatible GC");
18 LLVM_INSTANTIATE_REGISTRY(GCRegistry)
148 for (auto& Entry : GCRegistry::entries()) { in getGCStrategy()158 if (GCRegistry::begin() == GCRegistry::end()) { in getGCStrategy()
132 using GCRegistry = Registry<GCStrategy>; variable
622 GCRegistry::Add<MyGC>