Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjCRuntime.h253 virtual llvm::FunctionCallee GetPropertySetFunction() = 0;
H A DCGObjCGNU.cpp620 llvm::FunctionCallee GetPropertySetFunction() override;
3980 llvm::FunctionCallee CGObjCGNU::GetPropertySetFunction() { in GetPropertySetFunction() function in CGObjCGNU
H A DCGObjCMac.cpp1357 llvm::FunctionCallee GetPropertySetFunction() override;
1651 llvm::FunctionCallee GetPropertySetFunction() override { in GetPropertySetFunction() function in __anon0dba85c70111::CGObjCNonFragileABIMac
4203 llvm::FunctionCallee CGObjCMac::GetPropertySetFunction() { in GetPropertySetFunction() function in CGObjCMac
H A DCGObjC.cpp1468 setPropertyFn = CGM.getObjCRuntime().GetPropertySetFunction(); in generateObjCSetterBody()