Searched refs:objc_destroyWeak (Results 1 – 8 of 8) sorted by relevance
161 case Intrinsic::objc_destroyWeak: in lowerIntrinsics()
101 case Intrinsic::objc_destroyWeak: in GetFunctionClass()
43 case Intrinsic::objc_destroyWeak: in mayLowerToFunctionCall()
4622 {"objc_destroyWeak", llvm::Intrinsic::objc_destroyWeak}, in UpgradeARCRuntime()
154 llvm::Function *objc_destroyWeak; member
2660 llvm::Function *&fn = CGM.getObjCEntrypoints().objc_destroyWeak; in EmitARCDestroyWeak()2662 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) {
26370 Lowers to a call to `objc_destroyWeak <https://clang.llvm.org/docs/AutomaticReferenceCounting.html#…