Searched refs:GetSetStructFunction (Results 1 – 4 of 4) sorted by relevance
211 virtual llvm::Constant *GetSetStructFunction() = 0;
518 llvm::Constant *GetSetStructFunction() override;2620 llvm::Constant *CGObjCGNU::GetSetStructFunction() { in GetSetStructFunction() function in CGObjCGNU
1232 llvm::Constant *GetSetStructFunction() override;1515 llvm::Constant *GetSetStructFunction() override { in GetSetStructFunction() function in __anona2ea17bd0111::CGObjCNonFragileABIMac3434 llvm::Constant *CGObjCMac::GetSetStructFunction() { in GetSetStructFunction() function in CGObjCMac
1015 llvm::Value *copyStructFn = CGF.CGM.getObjCRuntime().GetSetStructFunction(); in emitStructSetterCall()