Searched refs:GCRegistry (Results 1 – 13 of 13) sorted by relevance
130 static GCRegistry::Add<ErlangGC> A("erlang",132 static GCRegistry::Add<OcamlGC> B("ocaml", "ocaml 3.10-compatible GC");133 static GCRegistry::Add<ShadowStackGC>135 static GCRegistry::Add<StatepointGC> D("statepoint-example",137 static GCRegistry::Add<CoreCLRGC> E("coreclr", "CoreCLR-compatible GC");
163 for (auto& Entry : GCRegistry::entries()) { in getGCStrategy()173 if (GCRegistry::begin() == GCRegistry::end()) { in getGCStrategy()
19 LLVM_INSTANTIATE_REGISTRY(GCRegistry)
125 static GCRegistry::Add<ErlangGC> A("erlang",127 static GCRegistry::Add<OcamlGC> B("ocaml", "ocaml 3.10-compatible GC");128 static GCRegistry::Add<ShadowStackGC>130 static GCRegistry::Add<StatepointGC> D("statepoint-example",132 static GCRegistry::Add<CoreCLRGC> E("coreclr", "CoreCLR-compatible GC");
157 for (auto& Entry : GCRegistry::entries()) { in getGCStrategy()167 if (GCRegistry::begin() == GCRegistry::end()) { in getGCStrategy()
86 for (GCRegistry::iterator I = GCRegistry::begin(), in getOrCreateStrategy()87 E = GCRegistry::end(); I != E; ++I) { in getOrCreateStrategy()
29 static GCRegistry::Add<OcamlGC>
76 static GCRegistry::Add<ShadowStackGC>
174 typedef Registry<GCStrategy> GCRegistry; typedef
177 using GCRegistry = Registry<GCStrategy>; variable
49 typedef Registry<GCStrategy> GCRegistry; typedef
622 GCRegistry::Add<MyGC>