Home | History | Annotate | Download | only in CodeGen

Lines Matching full:objc_autoreleasepoolpush

1708 ///   call i8* @objc_autoreleasePoolPush(void)
1710 llvm::Constant *&fn = CGM.getRREntrypoints().objc_autoreleasePoolPush;
1714 fn = createARCRuntimeFunction(CGM, fnType, "objc_autoreleasePoolPush");