Home | History | Annotate | Download | only in IR

Lines Matching refs:GC

1823 void LLVMSetGC(LLVMValueRef Fn, const char *GC) {
1825 if (GC)
1826 F->setGC(GC);