Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCRuntime.h214 virtual llvm::Constant *GetPropertySetFunction() = 0;
H A DCGObjCGNU.cpp618 llvm::Constant *GetPropertySetFunction() override;
3778 llvm::Constant *CGObjCGNU::GetPropertySetFunction() { in GetPropertySetFunction() function in CGObjCGNU
H A DCGObjCMac.cpp1329 llvm::Constant *GetPropertySetFunction() override;
1604 llvm::Constant *GetPropertySetFunction() override { in GetPropertySetFunction() function in __anon0aefe8a60111::CGObjCNonFragileABIMac
4018 llvm::Constant *CGObjCMac::GetPropertySetFunction() { in GetPropertySetFunction() function in CGObjCMac
H A DCGObjC.cpp1319 setPropertyFn = CGM.getObjCRuntime().GetPropertySetFunction(); in generateObjCSetterBody()