Home
last modified time | relevance | path

Searched refs:objc_autorelease (Results 1 – 9 of 9) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Transforms/ObjCARC/
H A DARCRuntimeEntryPoints.h84 return getIntrinsicEntryPoint(Autorelease, Intrinsic::objc_autorelease); in get()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DPreISelIntrinsicLowering.cpp146 case Intrinsic::objc_autorelease: in lowerIntrinsics()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DObjCARCInstKind.cpp91 case Intrinsic::objc_autorelease: in GetFunctionClass()
/openbsd/gnu/llvm/llvm/lib/IR/
H A DIntrinsicInst.cpp38 case Intrinsic::objc_autorelease: in mayLowerToFunctionCall()
H A DAutoUpgrade.cpp4616 {"objc_autorelease", llvm::Intrinsic::objc_autorelease}, in UpgradeARCRuntime()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.h141 llvm::Function *objc_autorelease; member
H A DCGObjC.cpp2560 CGM.getObjCEntrypoints().objc_autorelease, in EmitARCAutorelease()
2561 llvm::Intrinsic::objc_autorelease); in EmitARCAutorelease()
/openbsd/gnu/llvm/clang/docs/
H A DAutomaticReferenceCounting.rst2332 .. _arc.runtime.objc_autorelease:
2334 ``id objc_autorelease(id value);``
2472 return objc_autorelease(objc_loadWeakRetained(object));
2549 return objc_autorelease(objc_retain(value));
/openbsd/gnu/llvm/llvm/docs/
H A DLangRef.rst26300 Lowers to a call to `objc_autorelease <https://clang.llvm.org/docs/AutomaticReferenceCounting.html#…