Searched refs:objc_destroyWeak (Results 1 – 10 of 10) sorted by relevance
20 tail call void @objc_destroyWeak(i8** %b) #0100 // NOUPGRADE-NEXT: tail call void @objc_destroyWeak(i8** %[[B]])
161 case Intrinsic::objc_destroyWeak: in lowerIntrinsics()
62 ; CHECK-NEXT: call void @objc_destroyWeak(i8** %arg0)323 ; CHECK: declare void @objc_destroyWeak(i8**)
101 case Intrinsic::objc_destroyWeak: in GetFunctionClass()
42 case Intrinsic::objc_destroyWeak: in mayLowerToFunctionCall()
4339 {"objc_destroyWeak", llvm::Intrinsic::objc_destroyWeak}, in UpgradeARCRuntime()
153 llvm::Function *objc_destroyWeak; member
2607 llvm::Function *&fn = CGM.getObjCEntrypoints().objc_destroyWeak; in EmitARCDestroyWeak()2609 fn = getARCIntrinsic(llvm::Intrinsic::objc_destroyWeak, CGM); in EmitARCDestroyWeak()
2311 :ref:`objc_destroyWeak <arc.runtime.objc_destroyWeak>`, or2411 .. _arc.runtime.objc_destroyWeak:2413 ``void objc_destroyWeak(id *object);``2424 void objc_destroyWeak(id *object) {
24906 Lowers to a call to `objc_destroyWeak <https://clang.llvm.org/docs/AutomaticReferenceCounting.html#…