Lines Matching refs:ObjCRuntime
1969 shouldUseExceptionTablesForObjCExceptions(const ObjCRuntime &runtime, in shouldUseExceptionTablesForObjCExceptions()
2002 const ObjCRuntime &objcRuntime, in addExceptionArgs()
4217 ObjCRuntime objcRuntime = AddObjCRuntimeArgs(Args, CmdArgs, rewriteKind); in ConstructJob()
4241 objcRuntime.getKind() == ObjCRuntime::FragileMacOSX && in ConstructJob()
4735 ObjCRuntime Clang::AddObjCRuntimeArgs(const ArgList &args, in AddObjCRuntimeArgs()
4747 ObjCRuntime runtime; in AddObjCRuntimeArgs()
4816 ObjCRuntime runtime; in AddObjCRuntimeArgs()
4823 runtime = ObjCRuntime(ObjCRuntime::FragileMacOSX, VersionTuple()); in AddObjCRuntimeArgs()
4826 runtime = ObjCRuntime(ObjCRuntime::MacOSX, VersionTuple()); in AddObjCRuntimeArgs()
4838 runtime = ObjCRuntime(ObjCRuntime::MacOSX, VersionTuple()); in AddObjCRuntimeArgs()
4847 runtime = ObjCRuntime(ObjCRuntime::GNUstep, VersionTuple(1,6)); in AddObjCRuntimeArgs()
4849 runtime = ObjCRuntime(ObjCRuntime::GCC, VersionTuple()); in AddObjCRuntimeArgs()