Home
last modified time | relevance | path

Searched refs:GetSetStructFunction (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGObjCRuntime.h220 virtual llvm::Constant *GetSetStructFunction() = 0;
H A DCGObjCGNU.cpp547 llvm::Constant *GetSetStructFunction() override;
2662 llvm::Constant *CGObjCGNU::GetSetStructFunction() { in GetSetStructFunction() function in CGObjCGNU
H A DCGObjCMac.cpp1231 llvm::Constant *GetSetStructFunction() override;
1510 llvm::Constant *GetSetStructFunction() override { in GetSetStructFunction() function in __anon33e85b2f0111::CGObjCNonFragileABIMac
3676 llvm::Constant *CGObjCMac::GetSetStructFunction() { in GetSetStructFunction() function in CGObjCMac
H A DCGObjC.cpp1071 llvm::Value *copyStructFn = CGF.CGM.getObjCRuntime().GetSetStructFunction(); in emitStructSetterCall()