Searched refs:GetPropertySetFunction (Results 1 – 4 of 4) sorted by relevance
214 virtual llvm::Constant *GetPropertySetFunction() = 0;
618 llvm::Constant *GetPropertySetFunction() override;3778 llvm::Constant *CGObjCGNU::GetPropertySetFunction() { in GetPropertySetFunction() function in CGObjCGNU
1329 llvm::Constant *GetPropertySetFunction() override;1604 llvm::Constant *GetPropertySetFunction() override { in GetPropertySetFunction() function in __anon0aefe8a60111::CGObjCNonFragileABIMac4018 llvm::Constant *CGObjCMac::GetPropertySetFunction() { in GetPropertySetFunction() function in CGObjCMac
1319 setPropertyFn = CGM.getObjCRuntime().GetPropertySetFunction(); in generateObjCSetterBody()