Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:ObjCRuntime

233   CGObjCRuntime* ObjCRuntime;
371 if (!ObjCRuntime) createObjCRuntime();
372 return *ObjCRuntime;
377 bool hasObjCRuntime() { return !!ObjCRuntime; }