Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.h253 virtual llvm::FunctionCallee GetPropertySetFunction() = 0;
H A DCGObjCGNU.cpp624 llvm::FunctionCallee GetPropertySetFunction() override;
4120 llvm::FunctionCallee CGObjCGNU::GetPropertySetFunction() { in GetPropertySetFunction() function in CGObjCGNU
H A DCGObjCMac.cpp1361 llvm::FunctionCallee GetPropertySetFunction() override;
1655 llvm::FunctionCallee GetPropertySetFunction() override { in GetPropertySetFunction() function in __anonaa8b92cd0111::CGObjCNonFragileABIMac
4189 llvm::FunctionCallee CGObjCMac::GetPropertySetFunction() { in GetPropertySetFunction() function in CGObjCMac
H A DCGObjC.cpp1511 setPropertyFn = CGM.getObjCRuntime().GetPropertySetFunction(); in generateObjCSetterBody()