reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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");lib/CodeGen/GCMetadata.cpp
152 for (auto& Entry : GCRegistry::entries()) { 162 if (GCRegistry::begin() == GCRegistry::end()) { 162 if (GCRegistry::begin() == GCRegistry::end()) {