Home
last modified time | relevance | path

Searched refs:GCRegistry (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DBuiltinGCs.cpp120 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");
H A DGCStrategy.cpp18 LLVM_INSTANTIATE_REGISTRY(GCRegistry)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DGCMetadata.cpp148 for (auto& Entry : GCRegistry::entries()) { in getGCStrategy()
158 if (GCRegistry::begin() == GCRegistry::end()) { in getGCStrategy()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DGCStrategy.h132 using GCRegistry = Registry<GCStrategy>; variable
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DGarbageCollection.rst622 GCRegistry::Add<MyGC>