Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDPreISelIntrinsicLowering.cpp324 case Intrinsic::objc_autoreleasePoolPush: in lowerIntrinsics()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDObjCARCInstKind.cpp95 case Intrinsic::objc_autoreleasePoolPush: in GetFunctionClass()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDIntrinsicInst.cpp40 case Intrinsic::objc_autoreleasePoolPush: in mayLowerToFunctionCall()
HDAutoUpgrade.cpp5019 {"objc_autoreleasePoolPush", llvm::Intrinsic::objc_autoreleasePoolPush}, in UpgradeARCRuntime()
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenModule.h140 llvm::Function *objc_autoreleasePoolPush; member
HDCGObjC.cpp2679 llvm::Function *&fn = CGM.getObjCEntrypoints().objc_autoreleasePoolPush; in EmitObjCAutoreleasePoolPush()
2681 fn = getARCIntrinsic(llvm::Intrinsic::objc_autoreleasePoolPush, CGM); in EmitObjCAutoreleasePoolPush()