Home | History | Annotate | Download | only in CodeGen

Lines Matching full:objcruntime

294   CGObjCRuntime* ObjCRuntime;
493 if (!ObjCRuntime) createObjCRuntime();
494 return *ObjCRuntime;
498 bool hasObjCRuntime() { return !!ObjCRuntime; }