Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjCRuntime.h211 virtual llvm::Constant *GetPropertySetFunction() = 0;
DCGObjCGNU.cpp522 llvm::Constant *GetPropertySetFunction() override;
2642 llvm::Constant *CGObjCGNU::GetPropertySetFunction() { in GetPropertySetFunction() function in CGObjCGNU
DCGObjCMac.cpp1217 llvm::Constant *GetPropertySetFunction() override;
1497 llvm::Constant *GetPropertySetFunction() override { in GetPropertySetFunction() function in __anon0ea151f90111::CGObjCNonFragileABIMac
3598 llvm::Constant *CGObjCMac::GetPropertySetFunction() { in GetPropertySetFunction() function in CGObjCMac
DCGObjC.cpp1216 setPropertyFn = CGM.getObjCRuntime().GetPropertySetFunction(); in generateObjCSetterBody()