Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGObjCRuntime.h202 virtual llvm::Constant *GetPropertySetFunction() = 0;
H A DCGObjCGNU.cpp515 llvm::Constant *GetPropertySetFunction() override;
2607 llvm::Constant *CGObjCGNU::GetPropertySetFunction() { in GetPropertySetFunction() function in CGObjCGNU
H A DCGObjCMac.cpp1225 llvm::Constant *GetPropertySetFunction() override;
1504 llvm::Constant *GetPropertySetFunction() override { in GetPropertySetFunction() function in __anon9749cc0a0111::CGObjCNonFragileABIMac
3390 llvm::Constant *CGObjCMac::GetPropertySetFunction() { in GetPropertySetFunction() function in CGObjCMac
H A DCGObjC.cpp1159 setPropertyFn = CGM.getObjCRuntime().GetPropertySetFunction(); in generateObjCSetterBody()