OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OcamlGC
(Results
1 - 3
of
3
) sorted by null
/external/swiftshader/third_party/LLVM/lib/CodeGen/
OcamlGC.cpp
1
//===--
OcamlGC
.cpp - Ocaml frametable GC strategy ------------------------===//
23
class
OcamlGC
: public GCStrategy {
25
OcamlGC
();
29
static GCRegistry::Add<
OcamlGC
>
34
OcamlGC
::
OcamlGC
() {
/external/llvm/lib/CodeGen/
BuiltinGCs.cpp
39
class
OcamlGC
: public GCStrategy {
41
OcamlGC
() {
127
static GCRegistry::Add<
OcamlGC
> B("ocaml", "ocaml 3.10-compatible GC");
/external/swiftshader/third_party/LLVM/
Android.mk
114
lib/CodeGen/
OcamlGC
.cpp \
Completed in 1323 milliseconds