Home | History | Annotate | Download | only in CodeGen

Lines Matching full:objc_autoreleasepoolpush

2132 ///   call i8* @objc_autoreleasePoolPush(void)
2134 llvm::Constant *&fn = CGM.getRREntrypoints().objc_autoreleasePoolPush;
2138 fn = createARCRuntimeFunction(CGM, fnType, "objc_autoreleasePoolPush");