Searched refs:objc_moveWeak (Results 1 – 11 of 11) sorted by relevance
24 tail call void @objc_moveWeak(i8** %b, i8** %c) #0104 // NOUPGRADE-NEXT: tail call void @objc_moveWeak(i8** %[[B]], i8** %[[C]])
173 case Intrinsic::objc_moveWeak: in lowerIntrinsics()
102 ; CHECK-NEXT: call void @objc_moveWeak(i8** %arg0, i8** %arg1)327 ; CHECK: declare void @objc_moveWeak(i8**, i8**)
109 case Intrinsic::objc_moveWeak: in GetFunctionClass()
46 case Intrinsic::objc_moveWeak: in mayLowerToFunctionCall()
4343 {"objc_moveWeak", llvm::Intrinsic::objc_moveWeak}, in UpgradeARCRuntime()
319 // Check that moves out of __weak variables are compiled to use objc_moveWeak.
165 llvm::Function *objc_moveWeak; member
2622 CGM.getObjCEntrypoints().objc_moveWeak, in EmitARCMoveWeak()2623 llvm::Intrinsic::objc_moveWeak); in EmitARCMoveWeak()
2312 :ref:`objc_moveWeak <arc.runtime.objc_moveWeak>` call.2496 .. _arc.runtime.objc_moveWeak:2498 ``void objc_moveWeak(id *dest, id *src);``
24962 Lowers to a call to `objc_moveWeak <https://clang.llvm.org/docs/AutomaticReferenceCounting.html#voi…