Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DPreISelIntrinsicLowering.cpp149 case Intrinsic::objc_autoreleasePoolPop: in lowerIntrinsics()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DObjCARCInstKind.cpp93 case Intrinsic::objc_autoreleasePoolPop: in GetFunctionClass()
/openbsd/gnu/llvm/llvm/lib/IR/
H A DIntrinsicInst.cpp39 case Intrinsic::objc_autoreleasePoolPop: in mayLowerToFunctionCall()
H A DAutoUpgrade.cpp4617 {"objc_autoreleasePoolPop", llvm::Intrinsic::objc_autoreleasePoolPop}, in UpgradeARCRuntime()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.h131 llvm::FunctionCallee objc_autoreleasePoolPop; member
H A DCGObjC.cpp2732 llvm::FunctionCallee &fn = CGM.getObjCEntrypoints().objc_autoreleasePoolPop; in EmitObjCAutoreleasePoolPop()
2734 fn = getARCIntrinsic(llvm::Intrinsic::objc_autoreleasePoolPop, CGM); in EmitObjCAutoreleasePoolPop()
/openbsd/gnu/llvm/clang/docs/
H A DAutomaticReferenceCounting.rst2345 .. _arc.runtime.objc_autoreleasePoolPop:
2347 ``void objc_autoreleasePoolPop(void *pool);``
/openbsd/gnu/llvm/llvm/docs/
H A DLangRef.rst26314 Lowers to a call to `objc_autoreleasePoolPop <https://clang.llvm.org/docs/AutomaticReferenceCountin…