Home
last modified time | relevance | path

Searched refs:objc_release (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/ObjCARC/
H A DARCRuntimeEntryPoints.h78 return getIntrinsicEntryPoint(Release, Intrinsic::objc_release); in get()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DPreISelIntrinsicLowering.cpp176 case Intrinsic::objc_release: in lowerIntrinsics()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DObjCARCInstKind.cpp111 case Intrinsic::objc_release: in GetFunctionClass()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DIntrinsicInst.cpp48 case Intrinsic::objc_release: in mayLowerToFunctionCall()
H A DAutoUpgrade.cpp4627 {"objc_release", llvm::Intrinsic::objc_release}, in UpgradeARCRuntime()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DOperationKinds.def322 /// Enters a cleanup to call objc_release at some indefinite time.
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.h188 llvm::Function *objc_release; member
H A DCGObjC.cpp2462 llvm::Function *&fn = CGM.getObjCEntrypoints().objc_release; in EmitARCRelease()
2464 fn = getARCIntrinsic(llvm::Intrinsic::objc_release, CGM); in EmitARCRelease()
/openbsd-src/gnu/llvm/clang/docs/
H A DAutomaticReferenceCounting.rst2406 objc_release(objc_initWeak(dest, objc_loadWeakRetained(src)));
2512 .. _arc.runtime.objc_release:
2514 ``void objc_release(id value);``
2657 it performs a release operation exactly like :ref:`objc_release
2658 <arc.runtime.objc_release>`. If the handoff fails, this call has no effect.
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1957 Intrinsic::getDeclaration(Mod, Intrinsic::objc_release); in inlineRetainOrClaimRVCalls()
/openbsd-src/gnu/llvm/llvm/docs/
H A DLangRef.rst26440 Lowers to a call to `objc_release <https://clang.llvm.org/docs/AutomaticReferenceCounting.html#void…