Home
last modified time | relevance | path

Searched refs:DoRRGC (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/BlocksRuntime/
H A Dtestfilerunner.h40 DoRRGC = (1 << 6), // -fobjc-gc but main w/o so it runs in RR mode enumerator
H A Dtestfilerunner.m294 //[self forAllThings:result options:DoOBJC | DoRRGC];
313 if (!hasRR && (options & (DoRR|DoRRGC))) return nil;
353 switch (options & (DoRR|DoGC|DoGCRR|DoRRGC)) {
362 case DoRRGC:
363 printf("DoRRGC unsupported right now\n");
378 switch (options & (DoRR|DoGC|DoGCRR|DoRRGC)) {
382 case DoRRGC: strcat(path, "-rrgc"); break;