Lines Matching refs:ObjCRuntime
307 shouldUseExceptionTablesForObjCExceptions(const ObjCRuntime &runtime, in shouldUseExceptionTablesForObjCExceptions()
329 const ObjCRuntime &objcRuntime, in addExceptionArgs()
4191 ObjCRuntime &Runtime, bool InferCovariantReturns, in RenderObjCOptions()
4212 Runtime.getKind() == ObjCRuntime::FragileMacOSX && Runtime.isNeXTFamily()) in RenderObjCOptions()
7251 ObjCRuntime Runtime = AddObjCRuntimeArgs(Args, Inputs, CmdArgs, rewriteKind); in ConstructJob()
8017 ObjCRuntime Clang::AddObjCRuntimeArgs(const ArgList &args, in AddObjCRuntimeArgs()
8030 ObjCRuntime runtime; in AddObjCRuntimeArgs()
8036 if ((runtime.getKind() == ObjCRuntime::GNUstep) && in AddObjCRuntimeArgs()
8106 ObjCRuntime runtime; in AddObjCRuntimeArgs()
8113 runtime = ObjCRuntime(ObjCRuntime::FragileMacOSX, VersionTuple()); in AddObjCRuntimeArgs()
8116 runtime = ObjCRuntime(ObjCRuntime::MacOSX, VersionTuple()); in AddObjCRuntimeArgs()
8128 runtime = ObjCRuntime(ObjCRuntime::MacOSX, VersionTuple()); in AddObjCRuntimeArgs()
8137 runtime = ObjCRuntime(ObjCRuntime::GNUstep, VersionTuple(2, 0)); in AddObjCRuntimeArgs()
8139 runtime = ObjCRuntime(ObjCRuntime::GCC, VersionTuple()); in AddObjCRuntimeArgs()