Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DARCRuntimeEntryPoints.h80 return getIntrinsicEntryPoint(Release, Intrinsic::objc_release); in get()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DObjCARCAnalysisUtils.h46 Intrinsic::objc_release, in ModuleHasARC()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPreISelIntrinsicLowering.cpp539 case Intrinsic::objc_release: in lowerIntrinsics()
540 Changed |= lowerObjCCall(F, RTLIB::objc_release, true); in lowerIntrinsics()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DObjCARCInstKind.cpp111 case Intrinsic::objc_release: in GetFunctionClass()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp48 case Intrinsic::objc_release: in mayLowerToFunctionCall()
H A DAutoUpgrade.cpp5497 {"objc_release", llvm::Intrinsic::objc_release}, in UpgradeARCRuntime()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOperationKinds.def323 /// Enters a cleanup to call objc_release at some indefinite time.
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h235 llvm::Function *objc_release; member
H A DCGObjC.cpp2485 llvm::Function *&fn = CGM.getObjCEntrypoints().objc_release; in EmitARCRelease()
2487 fn = getARCIntrinsic(llvm::Intrinsic::objc_release, CGM); in EmitARCRelease()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp2176 Builder.CreateIntrinsic(Intrinsic::objc_release, RetOpnd); in inlineRetainOrClaimRVCalls()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcalls.td1153 def objc_release : RuntimeLibcallImpl<OBJC_RELEASE>;