Home | History | Annotate | Download | only in Driver

Lines Matching full:objcruntime

11 #include "clang/Basic/ObjCRuntime.h"
93 ObjCRuntime Darwin::getDefaultObjCRuntime(bool isNonFragile) const {
95 return ObjCRuntime(ObjCRuntime::iOS, TargetVersion);
97 return ObjCRuntime(ObjCRuntime::MacOSX, TargetVersion);
98 return ObjCRuntime(ObjCRuntime::FragileMacOSX, TargetVersion);
267 ObjCRuntime runtime = getDefaultObjCRuntime(/*nonfragile*/ true);