Searched refs:GetSetStructFunction (Results 1 – 4 of 4) sorted by relevance
220 virtual llvm::Constant *GetSetStructFunction() = 0;
525 llvm::Constant *GetSetStructFunction() override;2654 llvm::Constant *CGObjCGNU::GetSetStructFunction() { in GetSetStructFunction() function in CGObjCGNU
1221 llvm::Constant *GetSetStructFunction() override;1506 llvm::Constant *GetSetStructFunction() override { in GetSetStructFunction() function in __anon0ea151f90111::CGObjCNonFragileABIMac3610 llvm::Constant *CGObjCMac::GetSetStructFunction() { in GetSetStructFunction() function in CGObjCMac
1069 llvm::Value *copyStructFn = CGF.CGM.getObjCRuntime().GetSetStructFunction(); in emitStructSetterCall()