Searched refs:objc_release (Results 1 – 10 of 10) sorted by relevance
78 return getIntrinsicEntryPoint(Release, Intrinsic::objc_release); in get()
161 case Intrinsic::objc_release: in lowerIntrinsics()
111 case Intrinsic::objc_release: in GetFunctionClass()
322 /// Enters a cleanup to call objc_release at some indefinite time.
192 llvm::Function *objc_release; member
2401 llvm::Function *&fn = CGM.getObjCEntrypoints().objc_release; in EmitARCRelease()2403 fn = CGM.getIntrinsic(llvm::Intrinsic::objc_release); in EmitARCRelease()
1706 Intrinsic::getDeclaration(Mod, Intrinsic::objc_release); in inlineRetainOrClaimRVCalls()
2404 objc_release(objc_initWeak(dest, objc_loadWeakRetained(src)));2510 .. _arc.runtime.objc_release:2512 ``void objc_release(id value);``
4169 {"objc_release", llvm::Intrinsic::objc_release}, in UpgradeARCRuntime()
21951 Lowers to a call to `objc_release <https://clang.llvm.org/docs/AutomaticReferenceCounting.html#void…