Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:ObjCRuntime

246   CGObjCRuntime* ObjCRuntime;
401 if (!ObjCRuntime) createObjCRuntime();
402 return *ObjCRuntime;
407 bool hasObjCRuntime() { return !!ObjCRuntime; }