Searched defs:Runtime (Results 1 – 8 of 8) sorted by relevance
300 enum Runtime : ubyte enum345 enum Runtime : ubyte enum
49 enum class Runtime : unsigned char enum86 enum class Runtime : unsigned char enum
117 Runtime = 37, enumerator
79 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); in EmitObjCBoxedExpr() local223 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); in EmitObjCCollectionLiteral() local383 auto &Runtime = CGM.getLangOpts().ObjCRuntime; in tryGenerateSpecializedMessageSend() local524 auto &Runtime = CGF.getLangOpts().ObjCRuntime; in tryEmitSpecializedAllocInit() local605 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); in EmitObjCMessageExpr() local2695 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); in EmitObjCMRRAutoreleasePoolPush() local3859 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); in EmitBlockCopyAndAutorelease() local
4120 auto Runtime = CGM.getLangOpts().ObjCRuntime; in CreateGNUObjCRuntime() local
1235 Optional<bool> AllowPartial = None, Optional<bool> Runtime = None, in LoopUnroll()
3611 ObjCRuntime &Runtime, bool InferCovariantReturns, in RenderObjCOptions()6168 ObjCRuntime Runtime = AddObjCRuntimeArgs(Args, Inputs, CmdArgs, rewriteKind); in ConstructJob() local
480 bool Runtime; member