Searched refs:objc_destroyWeak (Results 1 – 7 of 7) sorted by relevance
146 case Intrinsic::objc_destroyWeak: in lowerIntrinsics()
101 case Intrinsic::objc_destroyWeak: in GetFunctionClass()
158 llvm::Function *objc_destroyWeak; member
2603 llvm::Function *&fn = CGM.getObjCEntrypoints().objc_destroyWeak; in EmitARCDestroyWeak()2605 fn = CGM.getIntrinsic(llvm::Intrinsic::objc_destroyWeak); in EmitARCDestroyWeak()
2311 :ref:`objc_destroyWeak <arc.runtime.objc_destroyWeak>`, or2409 .. _arc.runtime.objc_destroyWeak:2411 ``void objc_destroyWeak(id *object);``2422 void objc_destroyWeak(id *object) {
4164 {"objc_destroyWeak", llvm::Intrinsic::objc_destroyWeak}, in UpgradeARCRuntime()
21881 Lowers to a call to `objc_destroyWeak <https://clang.llvm.org/docs/AutomaticReferenceCounting.html#…