Searched refs:GCRegistry (Results 1 – 3 of 3) sorted by relevance
122 static GCRegistry::Add<ErlangGC> A("erlang",124 static GCRegistry::Add<OcamlGC> B("ocaml", "ocaml 3.10-compatible GC");125 static GCRegistry::Add<ShadowStackGC>127 static GCRegistry::Add<StatepointGC> D("statepoint-example",129 static GCRegistry::Add<CoreCLRGC> E("coreclr", "CoreCLR-compatible GC");
20 LLVM_INSTANTIATE_REGISTRY(GCRegistry)25 for (auto &S : GCRegistry::entries()) in getGCStrategy()39 if (GCRegistry::begin() == GCRegistry::end()) { in getGCStrategy()
143 using GCRegistry = Registry<GCStrategy>; variable