Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DBuiltinGCs.cpp122 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");
H A DGCStrategy.cpp20 LLVM_INSTANTIATE_REGISTRY(GCRegistry)
25 for (auto &S : GCRegistry::entries()) in getGCStrategy()
39 if (GCRegistry::begin() == GCRegistry::end()) { in getGCStrategy()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGCStrategy.h143 using GCRegistry = Registry<GCStrategy>; variable