Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:objc_storeStrong

635     // which translates to objc_storeStrong.  This isn't required, but
642 // just laziness, though; we could still use objc_storeStrong
1327 // Use a call to objc_storeStrong to destroy strong ivars, for the
2024 /// call void \@objc_storeStrong(i8** %addr, i8* null)
2040 /// call void \@objc_storeStrong(i8** %addr, i8* %value)
2047 llvm::Constant *&fn = CGM.getARCEntrypoints().objc_storeStrong;
2052 fn = createARCRuntimeFunction(CGM, fnType, "objc_storeStrong");
2066 /// call void \@objc_storeStrong(i8** %addr, i8* %value)