Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DPreISelIntrinsicLowering.cpp113 case Intrinsic::objc_autoreleasePoolPush: in lowerIntrinsics()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DObjCARCInstKind.cpp97 case Intrinsic::objc_autoreleasePoolPush: in GetFunctionClass()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.h136 llvm::Constant *objc_autoreleasePoolPush; member
H A DCGObjC.cpp2426 llvm::Constant *&fn = CGM.getObjCEntrypoints().objc_autoreleasePoolPush; in EmitObjCAutoreleasePoolPush()
2428 fn = CGM.getIntrinsic(llvm::Intrinsic::objc_autoreleasePoolPush); in EmitObjCAutoreleasePoolPush()