Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjCRuntime.h250 virtual llvm::FunctionCallee GetPropertyGetFunction() = 0;
H A DCGObjCGNU.cpp619 llvm::FunctionCallee GetPropertyGetFunction() override;
3976 llvm::FunctionCallee CGObjCGNU::GetPropertyGetFunction() { in GetPropertyGetFunction() function in CGObjCGNU
H A DCGObjCMac.cpp1356 llvm::FunctionCallee GetPropertyGetFunction() override;
1648 llvm::FunctionCallee GetPropertyGetFunction() override { in GetPropertyGetFunction() function in __anon0dba85c70111::CGObjCNonFragileABIMac
4199 llvm::FunctionCallee CGObjCMac::GetPropertyGetFunction() { in GetPropertyGetFunction() function in CGObjCMac
H A DCGObjC.cpp1181 CGM.getObjCRuntime().GetPropertyGetFunction(); in generateObjCGetterBody()