Searched refs:GetPropertySetFunction (Results 1 – 4 of 4) sorted by relevance
253 virtual llvm::FunctionCallee GetPropertySetFunction() = 0;
622 llvm::FunctionCallee GetPropertySetFunction() override;4119 llvm::FunctionCallee CGObjCGNU::GetPropertySetFunction() { in GetPropertySetFunction() function in CGObjCGNU
1361 llvm::FunctionCallee GetPropertySetFunction() override;1663 llvm::FunctionCallee GetPropertySetFunction() override { in GetPropertySetFunction() function in __anonaa017a6c0111::CGObjCNonFragileABIMac4196 llvm::FunctionCallee CGObjCMac::GetPropertySetFunction() { in GetPropertySetFunction() function in CGObjCMac
1515 setPropertyFn = CGM.getObjCRuntime().GetPropertySetFunction(); in generateObjCSetterBody()