Home
last modified time | relevance | path

Searched refs:objc_autoreleasePoolPush (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DPreISelIntrinsicLowering.cpp137 case Intrinsic::objc_autoreleasePoolPush: in lowerIntrinsics()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DObjCARCInstKind.cpp95 case Intrinsic::objc_autoreleasePoolPush: in GetFunctionClass()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.h142 llvm::Function *objc_autoreleasePoolPush; member
H A DCGObjC.cpp2651 llvm::Function *&fn = CGM.getObjCEntrypoints().objc_autoreleasePoolPush; in EmitObjCAutoreleasePoolPush()
2653 fn = CGM.getIntrinsic(llvm::Intrinsic::objc_autoreleasePoolPush); in EmitObjCAutoreleasePoolPush()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DAutomaticReferenceCounting.rst2351 :ref:`objc_autoreleasePoolPush <arc.runtime.objc_autoreleasePoolPush>` on the
2359 .. _arc.runtime.objc_autoreleasePoolPush:
2361 ``void *objc_autoreleasePoolPush(void);``
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAutoUpgrade.cpp4160 {"objc_autoreleasePoolPush", llvm::Intrinsic::objc_autoreleasePoolPush}, in UpgradeARCRuntime()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DLangRef.rst21839 Lowers to a call to `objc_autoreleasePoolPush <https://clang.llvm.org/docs/AutomaticReferenceCounti…