Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:objc_autoreleasePoolPush

2237 ///   call i8* \@objc_autoreleasePoolPush(void)
2239 llvm::Constant *&fn = CGM.getRREntrypoints().objc_autoreleasePoolPush;
2243 fn = createARCRuntimeFunction(CGM, fnType, "objc_autoreleasePoolPush");