Searched defs:Runtime (Results 1 – 8 of 8) sorted by relevance
17 Runtime(Process *process) : m_process(process) {} in Runtime() function
31 Runtime, ///< Detect stack use after return if not disabled runtime with enumerator
73 bool Runtime; member
81 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); in EmitObjCBoxedExpr() local227 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); in EmitObjCCollectionLiteral() local385 auto &Runtime = CGM.getLangOpts().ObjCRuntime; in tryGenerateSpecializedMessageSend() local526 auto &Runtime = CGF.getLangOpts().ObjCRuntime; in tryEmitSpecializedAllocInit() local607 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); in EmitObjCMessageExpr() local2719 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); in EmitObjCMRRAutoreleasePoolPush() local3917 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); in EmitBlockCopyAndAutorelease() local
4344 auto Runtime = CGM.getLangOpts().ObjCRuntime; in CreateGNUObjCRuntime() local
1419 std::optional<bool> Runtime = std::nullopt, in LoopUnroll()
4191 ObjCRuntime &Runtime, bool InferCovariantReturns, in RenderObjCOptions()7251 ObjCRuntime Runtime = AddObjCRuntimeArgs(Args, Inputs, CmdArgs, rewriteKind); in ConstructJob() local
592 bool Runtime; member