Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DARCRuntimeEntryPoints.h78 return getIntrinsicEntryPoint(Release, Intrinsic::objc_release); in get()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DPreISelIntrinsicLowering.cpp161 case Intrinsic::objc_release: in lowerIntrinsics()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DObjCARCInstKind.cpp111 case Intrinsic::objc_release: in GetFunctionClass()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DOperationKinds.def322 /// Enters a cleanup to call objc_release at some indefinite time.
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h192 llvm::Function *objc_release; member
H A DCGObjC.cpp2403 llvm::Function *&fn = CGM.getObjCEntrypoints().objc_release; in EmitARCRelease()
2405 fn = CGM.getIntrinsic(llvm::Intrinsic::objc_release); in EmitARCRelease()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1709 Intrinsic::getDeclaration(Mod, Intrinsic::objc_release); in inlineRetainOrClaimRVCalls()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp4174 {"objc_release", llvm::Intrinsic::objc_release}, in UpgradeARCRuntime()