Searched refs:GetSetStructFunction (Results 1 – 4 of 4) sorted by relevance
211 virtual llvm::Constant *GetSetStructFunction() = 0;
521 llvm::Constant *GetSetStructFunction() override;2627 llvm::Constant *CGObjCGNU::GetSetStructFunction() { in GetSetStructFunction() function in CGObjCGNU
1226 llvm::Constant *GetSetStructFunction() override;1510 llvm::Constant *GetSetStructFunction() override { in GetSetStructFunction() function in __anon0ea151f90111::CGObjCNonFragileABIMac3399 llvm::Constant *CGObjCMac::GetSetStructFunction() { in GetSetStructFunction() function in CGObjCMac
1006 llvm::Value *copyStructFn = CGF.CGM.getObjCRuntime().GetSetStructFunction(); in emitStructSetterCall()