Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DBuiltinGCs.cpp130 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");
DGCMetadata.cpp163 for (auto& Entry : GCRegistry::entries()) { in getGCStrategy()
173 if (GCRegistry::begin() == GCRegistry::end()) { in getGCStrategy()
DGCStrategy.cpp19 LLVM_INSTANTIATE_REGISTRY(GCRegistry)
/external/llvm/lib/CodeGen/
DBuiltinGCs.cpp125 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");
DGCMetadata.cpp157 for (auto& Entry : GCRegistry::entries()) { in getGCStrategy()
167 if (GCRegistry::begin() == GCRegistry::end()) { in getGCStrategy()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DGCMetadata.cpp86 for (GCRegistry::iterator I = GCRegistry::begin(), in getOrCreateStrategy()
87 E = GCRegistry::end(); I != E; ++I) { in getOrCreateStrategy()
DOcamlGC.cpp29 static GCRegistry::Add<OcamlGC>
DShadowStackGC.cpp76 static GCRegistry::Add<ShadowStackGC>
/external/llvm/include/llvm/CodeGen/
DGCStrategy.h174 typedef Registry<GCStrategy> GCRegistry; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DGCStrategy.h177 using GCRegistry = Registry<GCStrategy>; variable
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DGCStrategy.h49 typedef Registry<GCStrategy> GCRegistry; typedef
/external/llvm/docs/
DGarbageCollection.rst622 GCRegistry::Add<MyGC>
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DGarbageCollection.rst622 GCRegistry::Add<MyGC>