Searched refs:GetSetStructFunction (Results 1 – 4 of 4) sorted by relevance
220 virtual llvm::Constant *GetSetStructFunction() = 0;
547 llvm::Constant *GetSetStructFunction() override;2662 llvm::Constant *CGObjCGNU::GetSetStructFunction() { in GetSetStructFunction() function in CGObjCGNU
1231 llvm::Constant *GetSetStructFunction() override;1510 llvm::Constant *GetSetStructFunction() override { in GetSetStructFunction() function in __anon0ea151f90111::CGObjCNonFragileABIMac3676 llvm::Constant *CGObjCMac::GetSetStructFunction() { in GetSetStructFunction() function in CGObjCMac
1071 llvm::Value *copyStructFn = CGF.CGM.getObjCRuntime().GetSetStructFunction(); in emitStructSetterCall()