Searched refs:GetPropertySetFunction (Results 1 – 4 of 4) sorted by relevance
202 virtual llvm::Constant *GetPropertySetFunction() = 0;
518 llvm::Constant *GetPropertySetFunction() override;2615 llvm::Constant *CGObjCGNU::GetPropertySetFunction() { in GetPropertySetFunction() function in CGObjCGNU
1222 llvm::Constant *GetPropertySetFunction() override;1501 llvm::Constant *GetPropertySetFunction() override { in GetPropertySetFunction() function in __anon0ea151f90111::CGObjCNonFragileABIMac3387 llvm::Constant *CGObjCMac::GetPropertySetFunction() { in GetPropertySetFunction() function in CGObjCMac
1155 setPropertyFn = CGM.getObjCRuntime().GetPropertySetFunction(); in generateObjCSetterBody()