Searched refs:GetPropertySetFunction (Results 1 – 4 of 4) sorted by relevance
252 virtual llvm::FunctionCallee GetPropertySetFunction() = 0;
619 llvm::FunctionCallee GetPropertySetFunction() override;3895 llvm::FunctionCallee CGObjCGNU::GetPropertySetFunction() { in GetPropertySetFunction() function in CGObjCGNU
1357 llvm::FunctionCallee GetPropertySetFunction() override;1651 llvm::FunctionCallee GetPropertySetFunction() override { in GetPropertySetFunction() function in __anon0cc8f9a20111::CGObjCNonFragileABIMac4268 llvm::FunctionCallee CGObjCMac::GetPropertySetFunction() { in GetPropertySetFunction() function in CGObjCMac
1467 setPropertyFn = CGM.getObjCRuntime().GetPropertySetFunction(); in generateObjCSetterBody()