HomeSort by relevance Sort by last modified time
    Searched refs:GCRegistry (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/CodeGen/
ErlangGC.cpp 36 static GCRegistry::Add<ErlangGC> X("erlang",
OcamlGC.cpp 29 static GCRegistry::Add<OcamlGC> X("ocaml", "ocaml 3.10-compatible GC");
ShadowStackGC.cpp 47 static GCRegistry::Add<ShadowStackGC>
CoreCLRGC.cpp 50 static GCRegistry::Add<CoreCLRGC> X("coreclr", "CoreCLR-compatible GC");
StatepointExampleGC.cpp 50 static GCRegistry::Add<StatepointGC> X("statepoint-example",
GCMetadata.cpp 157 for (auto& Entry : GCRegistry::entries()) {
167 if (GCRegistry::begin() == GCRegistry::end()) {
  /external/llvm/include/llvm/CodeGen/
GCStrategy.h 165 /// adding them to the global GCRegistry. This can done either within the
168 /// static GCRegistry::Add<CustomGC> X("custom-name",
174 typedef Registry<GCStrategy> GCRegistry;

Completed in 357 milliseconds