Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
H A DARCRuntimeEntryPoints.h78 return getIntrinsicEntryPoint(Release, Intrinsic::objc_release); in get()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DPreISelIntrinsicLowering.cpp161 case Intrinsic::objc_release: in lowerIntrinsics()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DObjCARCInstKind.cpp111 case Intrinsic::objc_release: in GetFunctionClass()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOperationKinds.def322 /// Enters a cleanup to call objc_release at some indefinite time.
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.h192 llvm::Function *objc_release; member
H A DCGObjC.cpp2401 llvm::Function *&fn = CGM.getObjCEntrypoints().objc_release; in EmitARCRelease()
2403 fn = CGM.getIntrinsic(llvm::Intrinsic::objc_release); in EmitARCRelease()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1706 Intrinsic::getDeclaration(Mod, Intrinsic::objc_release); in inlineRetainOrClaimRVCalls()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DAutomaticReferenceCounting.rst2404 objc_release(objc_initWeak(dest, objc_loadWeakRetained(src)));
2510 .. _arc.runtime.objc_release:
2512 ``void objc_release(id value);``
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAutoUpgrade.cpp4169 {"objc_release", llvm::Intrinsic::objc_release}, in UpgradeARCRuntime()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DLangRef.rst21951 Lowers to a call to `objc_release <https://clang.llvm.org/docs/AutomaticReferenceCounting.html#void…