Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCRuntime.h223 virtual llvm::Constant *GetSetStructFunction() = 0;
H A DCGObjCGNU.cpp621 llvm::Constant *GetSetStructFunction() override;
3791 llvm::Constant *CGObjCGNU::GetSetStructFunction() { in GetSetStructFunction() function in CGObjCGNU
H A DCGObjCMac.cpp1333 llvm::Constant *GetSetStructFunction() override;
1613 llvm::Constant *GetSetStructFunction() override { in GetSetStructFunction() function in __anon0aefe8a60111::CGObjCNonFragileABIMac
4031 llvm::Constant *CGObjCMac::GetSetStructFunction() { in GetSetStructFunction() function in CGObjCMac
H A DCGObjC.cpp1173 llvm::Constant *fn = CGF.CGM.getObjCRuntime().GetSetStructFunction(); in emitStructSetterCall()