Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjCRuntime.h202 virtual llvm::Constant *GetPropertySetFunction() = 0;
DCGObjCGNU.cpp518 llvm::Constant *GetPropertySetFunction() override;
2615 llvm::Constant *CGObjCGNU::GetPropertySetFunction() { in GetPropertySetFunction() function in CGObjCGNU
DCGObjCMac.cpp1222 llvm::Constant *GetPropertySetFunction() override;
1501 llvm::Constant *GetPropertySetFunction() override { in GetPropertySetFunction() function in __anon0ea151f90111::CGObjCNonFragileABIMac
3387 llvm::Constant *CGObjCMac::GetPropertySetFunction() { in GetPropertySetFunction() function in CGObjCMac
DCGObjC.cpp1155 setPropertyFn = CGM.getObjCRuntime().GetPropertySetFunction(); in generateObjCSetterBody()